|
724 | 724 |
|
725 | 725 | <imglib2-label-multisets.version>0.9.0</imglib2-label-multisets.version> |
726 | 726 | <n5.version>2.2.0</n5.version> |
727 | | - <n5-imglib2.version>3.5.0</n5-imglib2.version> |
728 | | - <n5-hdf5.version>1.0.4</n5-hdf5.version> |
729 | 727 | <n5-aws-s3.version>3.1.1</n5-aws-s3.version> |
| 728 | + <n5-blosc.version>1.0.1</n5-blosc.version> |
730 | 729 | <n5-google-cloud.version>3.2.1</n5-google-cloud.version> |
| 730 | + <n5-hdf5.version>1.0.4</n5-hdf5.version> |
| 731 | + <n5-imglib2.version>3.5.0</n5-imglib2.version> |
731 | 732 | <n5-viewer_fiji.version>2.2.0</n5-viewer_fiji.version> |
| 733 | + <n5-zarr.version>0.0.3-beta</n5-zarr.version> |
732 | 734 |
|
733 | 735 | <!-- |
734 | 736 | BEGIN MANUALLY MANAGED VERSIONS |
|
2402 | 2404 | </dependency> |
2403 | 2405 | <dependency> |
2404 | 2406 | <groupId>org.janelia.saalfeldlab</groupId> |
2405 | | - <artifactId>n5-imglib2</artifactId> |
2406 | | - <version>${n5-imglib2.version}</version> |
| 2407 | + <artifactId>n5-aws-s3</artifactId> |
| 2408 | + <version>${n5-aws-s3.version}</version> |
2407 | 2409 | </dependency> |
2408 | 2410 | <dependency> |
2409 | 2411 | <groupId>org.janelia.saalfeldlab</groupId> |
2410 | | - <artifactId>n5-hdf5</artifactId> |
2411 | | - <version>${n5-hdf5.version}</version> |
| 2412 | + <artifactId>n5-blosc</artifactId> |
| 2413 | + <version>${n5-blosc.version}</version> |
2412 | 2414 | </dependency> |
2413 | 2415 | <dependency> |
2414 | 2416 | <groupId>org.janelia.saalfeldlab</groupId> |
2415 | | - <artifactId>n5-aws-s3</artifactId> |
2416 | | - <version>${n5-aws-s3.version}</version> |
| 2417 | + <artifactId>n5-google-cloud</artifactId> |
| 2418 | + <version>${n5-google-cloud.version}</version> |
2417 | 2419 | </dependency> |
2418 | 2420 | <dependency> |
2419 | 2421 | <groupId>org.janelia.saalfeldlab</groupId> |
2420 | | - <artifactId>n5-google-cloud</artifactId> |
2421 | | - <version>${n5-google-cloud.version}</version> |
| 2422 | + <artifactId>n5-hdf5</artifactId> |
| 2423 | + <version>${n5-hdf5.version}</version> |
| 2424 | + </dependency> |
| 2425 | + <dependency> |
| 2426 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 2427 | + <artifactId>n5-imglib2</artifactId> |
| 2428 | + <version>${n5-imglib2.version}</version> |
2422 | 2429 | </dependency> |
2423 | 2430 | <dependency> |
2424 | 2431 | <groupId>org.janelia.saalfeldlab</groupId> |
2425 | 2432 | <artifactId>n5-viewer_fiji</artifactId> |
2426 | 2433 | <version>${n5-viewer_fiji.version}</version> |
2427 | 2434 | </dependency> |
| 2435 | + <dependency> |
| 2436 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 2437 | + <artifactId>n5-zarr</artifactId> |
| 2438 | + <version>${n5-zarr.version}</version> |
| 2439 | + </dependency> |
2428 | 2440 |
|
2429 | 2441 | <!-- BoneJ - http://bonej.org/ --> |
2430 | 2442 |
|
|
0 commit comments