|
857 | 857 | <mockito.version>2.19.0</mockito.version> |
858 | 858 | <mockito-core.version>${mockito.version}</mockito-core.version> |
859 | 859 |
|
| 860 | + <!-- N5 https://github.com/saalfeldlab/n5 --> |
| 861 | + <aws-java-sdk-s3.version>1.11.319</aws-java-sdk-s3.version> |
| 862 | + <google-cloud-storage.version>1.27.0</google-cloud-storage.version> |
| 863 | + <google-cloud-resourcemanager.version>0.45.0-alpha</google-cloud-resourcemanager.version> |
| 864 | + <google-api-services-oauth2.version>v2-rev134-1.23.0</google-api-services-oauth2.version> |
| 865 | + <google-http-client-jackson2.version>1.23.0</google-http-client-jackson2.version> |
| 866 | + <google-oauth-client-jetty.version>1.23.0</google-oauth-client-jetty.version> |
| 867 | + <imglib2-label-multisets.version>0.9.0</imglib2-label-multisets.version> |
| 868 | + <jackson-databind.version>2.9.8</jackson-databind.version> |
| 869 | + <lz4-java.version>1.5.0</lz4-java.version> |
| 870 | + <xz.version>1.8</xz.version> |
| 871 | + <n5.version>2.1.2</n5.version> |
| 872 | + <n5-imglib2.version>3.4.1</n5-imglib2.version> |
| 873 | + <n5-hdf5.version>1.0.4</n5-hdf5.version> |
| 874 | + <n5-aws-s3.version>2.1.0</n5-aws-s3.version> |
| 875 | + <n5-google-cloud.version>2.3.1</n5-google-cloud.version> |
| 876 | + <n5-viewer.version>2.2.0</n5-viewer.version> |
| 877 | + |
860 | 878 | <!-- oj! Algorithms - https://github.com/optimatika/ojAlgo --> |
861 | 879 | <ojalgo.version>45.1.1</ojalgo.version> |
862 | 880 |
|
|
3188 | 3206 | <version>${mines-jtk.version}</version> |
3189 | 3207 | </dependency> |
3190 | 3208 |
|
| 3209 | + <!-- N5 https://github.com/saalfeldlab/n5 --> |
| 3210 | + <dependency> |
| 3211 | + <groupId>com.amazonaws</groupId> |
| 3212 | + <artifactId>aws-java-sdk-s3</artifactId> |
| 3213 | + <version>${aws-java-sdk-s3.version}</version> |
| 3214 | + </dependency> |
| 3215 | + <dependency> |
| 3216 | + <groupId>com.google.cloud</groupId> |
| 3217 | + <artifactId>google-cloud-storage</artifactId> |
| 3218 | + <version>${google-cloud-storage.version}</version> |
| 3219 | + </dependency> |
| 3220 | + <dependency> |
| 3221 | + <groupId>com.google.cloud</groupId> |
| 3222 | + <artifactId>google-cloud-resourcemanager</artifactId> |
| 3223 | + <version>${google-cloud-resourcemanager.version}</version> |
| 3224 | + </dependency> |
| 3225 | + <dependency> |
| 3226 | + <groupId>com.google.apis</groupId> |
| 3227 | + <artifactId>google-api-services-oauth2</artifactId> |
| 3228 | + <version>${google-api-services-oauth2.version}</version> |
| 3229 | + </dependency> |
| 3230 | + <dependency> |
| 3231 | + <groupId>com.google.http-client</groupId> |
| 3232 | + <artifactId>google-http-client-jackson2</artifactId> |
| 3233 | + <version>${google-http-client-jackson2.version}</version> |
| 3234 | + </dependency> |
| 3235 | + <dependency> |
| 3236 | + <groupId>com.google.oauth-client</groupId> |
| 3237 | + <artifactId>google-oauth-client-jetty</artifactId> |
| 3238 | + <version>${google-oauth-client-jetty.version}</version> |
| 3239 | + </dependency> |
| 3240 | + <dependency> |
| 3241 | + <groupId>net.imglib2</groupId> |
| 3242 | + <artifactId>imglib2-label-multisets</artifactId> |
| 3243 | + <version>${imglib2-label-multisets.version}</version> |
| 3244 | + </dependency> |
| 3245 | + <dependency> |
| 3246 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 3247 | + <artifactId>jackson-databind</artifactId> |
| 3248 | + <version>${jackson-databind.version}</version> |
| 3249 | + </dependency> |
| 3250 | + <dependency> |
| 3251 | + <groupId>org.lz4</groupId> |
| 3252 | + <artifactId>lz4-java</artifactId> |
| 3253 | + <version>${lz4-java.version}</version> |
| 3254 | + </dependency> |
| 3255 | + <dependency> |
| 3256 | + <groupId>org.tukaani</groupId> |
| 3257 | + <artifactId>xz</artifactId> |
| 3258 | + <version>${xz.version}</version> |
| 3259 | + </dependency> |
| 3260 | + <dependency> |
| 3261 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3262 | + <artifactId>n5</artifactId> |
| 3263 | + <version>${n5.version}</version> |
| 3264 | + </dependency> |
| 3265 | + <dependency> |
| 3266 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3267 | + <artifactId>n5-imglib2</artifactId> |
| 3268 | + <version>${n5-imglib2.version}</version> |
| 3269 | + </dependency> |
| 3270 | + <dependency> |
| 3271 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3272 | + <artifactId>n5-hdf5</artifactId> |
| 3273 | + <version>${n5-hdf5.version}</version> |
| 3274 | + </dependency> |
| 3275 | + <dependency> |
| 3276 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3277 | + <artifactId>n5-aws-s3</artifactId> |
| 3278 | + <version>${n5-aws-s3.version}</version> |
| 3279 | + </dependency> |
| 3280 | + <dependency> |
| 3281 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3282 | + <artifactId>n5-google-cloud</artifactId> |
| 3283 | + <version>${n5-google-cloud.version}</version> |
| 3284 | + </dependency> |
| 3285 | + <dependency> |
| 3286 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3287 | + <artifactId>n5-viewer</artifactId> |
| 3288 | + <version>${n5-viewer.version}</version> |
| 3289 | + </dependency> |
| 3290 | + |
3191 | 3291 | <!-- oj! Algorithms - https://github.com/optimatika/ojAlgo --> |
3192 | 3292 | <dependency> |
3193 | 3293 | <groupId>org.ojalgo</groupId> |
|
0 commit comments