Skip to content

Commit

Permalink
add Zarr Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel authored and dominikl committed Nov 10, 2022
1 parent fa43992 commit 0e4e3e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ version = "5.7.3-SNAPSHOT"
repositories {
mavenLocal()
mavenCentral()
maven { url 'https://nexus.senbox.net/nexus/content/groups/public/' }
}

java {
Expand Down Expand Up @@ -47,6 +48,9 @@ dependencies {
// Conflicts with `net.java.dev.jna`
exclude group: "com.sun.jna", module: "jna"
}
// Add zarr reader
implementation("ome:OMEZarrReader:0.3.0")
implementation("com.bc.zarr:jzarr:0.3.4")
}

test {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pluginManagement {
mavenLocal()
mavenCentral()
maven { url 'https://artifacts.openmicroscopy.org/artifactory/maven/' }
maven { url 'https://nexus.senbox.net/nexus/content/groups/public/' }
}
}

Expand Down

0 comments on commit 0e4e3e4

Please sign in to comment.