|
833 | 833 | <mockito.version>2.19.0</mockito.version> |
834 | 834 | <mockito-core.version>${mockito.version}</mockito-core.version> |
835 | 835 |
|
| 836 | + <!-- N5 https://github.com/saalfeldlab/n5 --> |
| 837 | + <aws-java-sdk-s3.version>1.11.319</aws-java-sdk-s3.version> |
| 838 | + <google-cloud-storage.version>1.27.0</google-cloud-storage.version> |
| 839 | + <google-cloud-resourcemanager.version>0.45.0-alpha</google-cloud-resourcemanager.version> |
| 840 | + <google-api-services-oauth2.version>v2-rev134-1.23.0</google-api-services-oauth2.version> |
| 841 | + <google-http-client-jackson2.version>1.23.0</google-http-client-jackson2.version> |
| 842 | + <google-oauth-client-jetty.version>1.23.0</google-oauth-client-jetty.version> |
| 843 | + <imglib2-label-multisets.version>0.8.1</imglib2-label-multisets.version> |
| 844 | + <jackson-databind.version>2.9.8</jackson-databind.version> |
| 845 | + <lz4-java.version>1.5.0</lz4-java.version> |
| 846 | + <xz.version>1.8</xz.version> |
| 847 | + <n5.version>2.1.0</n5.version> |
| 848 | + <n5-imglib2.version>3.3.0</n5-imglib2.version> |
| 849 | + <n5-hdf5.version>1.0.3</n5-hdf5.version> |
| 850 | + <n5-aws-s3.version>2.1.0</n5-aws-s3.version> |
| 851 | + <n5-google-cloud.version>2.3.1</n5-google-cloud.version> |
| 852 | + <n5-viewer.version>2.1.0</n5-viewer.version> |
| 853 | + |
836 | 854 | <!-- oj! Algorithms - https://github.com/optimatika/ojAlgo --> |
837 | 855 | <ojalgo.version>45.1.1</ojalgo.version> |
838 | 856 |
|
|
3185 | 3203 | <version>${mines-jtk.version}</version> |
3186 | 3204 | </dependency> |
3187 | 3205 |
|
| 3206 | + <!-- N5 https://github.com/saalfeldlab/n5 --> |
| 3207 | + <dependency> |
| 3208 | + <groupId>com.amazonaws</groupId> |
| 3209 | + <artifactId>aws-java-sdk-s3</artifactId> |
| 3210 | + <version>${aws-java-sdk-s3.version}</version> |
| 3211 | + </dependency> |
| 3212 | + <dependency> |
| 3213 | + <groupId>com.google.cloud</groupId> |
| 3214 | + <artifactId>google-cloud-storage</artifactId> |
| 3215 | + <version>${google-cloud-storage.version}</version> |
| 3216 | + </dependency> |
| 3217 | + <dependency> |
| 3218 | + <groupId>com.google.cloud</groupId> |
| 3219 | + <artifactId>google-cloud-resourcemanager</artifactId> |
| 3220 | + <version>${google-cloud-resourcemanager.version}</version> |
| 3221 | + </dependency> |
| 3222 | + <dependency> |
| 3223 | + <groupId>com.google.apis</groupId> |
| 3224 | + <artifactId>google-api-services-oauth2</artifactId> |
| 3225 | + <version>${google-api-services-oauth2.version}</version> |
| 3226 | + </dependency> |
| 3227 | + <dependency> |
| 3228 | + <groupId>com.google.http-client</groupId> |
| 3229 | + <artifactId>google-http-client-jackson2</artifactId> |
| 3230 | + <version>${google-http-client-jackson2.version}</version> |
| 3231 | + </dependency> |
| 3232 | + <dependency> |
| 3233 | + <groupId>com.google.oauth-client</groupId> |
| 3234 | + <artifactId>google-oauth-client-jetty</artifactId> |
| 3235 | + <version>${google-oauth-client-jetty.version}</version> |
| 3236 | + </dependency> |
| 3237 | + <dependency> |
| 3238 | + <groupId>net.imglib2</groupId> |
| 3239 | + <artifactId>imglib2-label-multisets</artifactId> |
| 3240 | + <version>${imglib2-label-multisets.version}</version> |
| 3241 | + </dependency> |
| 3242 | + <dependency> |
| 3243 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 3244 | + <artifactId>jackson-databind</artifactId> |
| 3245 | + <version>${jackson-databind.version}</version> |
| 3246 | + </dependency> |
| 3247 | + <dependency> |
| 3248 | + <groupId>org.lz4</groupId> |
| 3249 | + <artifactId>lz4-java</artifactId> |
| 3250 | + <version>${lz4-java.version}</version> |
| 3251 | + </dependency> |
| 3252 | + <dependency> |
| 3253 | + <groupId>org.tukaani</groupId> |
| 3254 | + <artifactId>xz</artifactId> |
| 3255 | + <version>${xz.version}</version> |
| 3256 | + </dependency> |
| 3257 | + <dependency> |
| 3258 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3259 | + <artifactId>n5</artifactId> |
| 3260 | + <version>${n5.version}</version> |
| 3261 | + </dependency> |
| 3262 | + <dependency> |
| 3263 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3264 | + <artifactId>n5-imglib2</artifactId> |
| 3265 | + <version>${n5-imglib2.version}</version> |
| 3266 | + </dependency> |
| 3267 | + <dependency> |
| 3268 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3269 | + <artifactId>n5-hdf5</artifactId> |
| 3270 | + <version>${n5-hdf5.version}</version> |
| 3271 | + </dependency> |
| 3272 | + <dependency> |
| 3273 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3274 | + <artifactId>n5-aws-s3</artifactId> |
| 3275 | + <version>${n5-aws-s3.version}</version> |
| 3276 | + </dependency> |
| 3277 | + <dependency> |
| 3278 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3279 | + <artifactId>n5-google-cloud</artifactId> |
| 3280 | + <version>${n5-google-cloud.version}</version> |
| 3281 | + </dependency> |
| 3282 | + <dependency> |
| 3283 | + <groupId>org.janelia.saalfeldlab</groupId> |
| 3284 | + <artifactId>n5-viewer</artifactId> |
| 3285 | + <version>${n5-viewer.version}</version> |
| 3286 | + </dependency> |
| 3287 | + |
3188 | 3288 | <!-- oj! Algorithms - https://github.com/optimatika/ojAlgo --> |
3189 | 3289 | <dependency> |
3190 | 3290 | <groupId>org.ojalgo</groupId> |
|
0 commit comments