We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02f3d4 + bafd317 commit e2430bfCopy full SHA for e2430bf
build.gradle
@@ -1,7 +1,7 @@
1
2
plugins {
3
id 'java-library'
4
- id "org.openmicroscopy.project" version "5.7.2"
+ id "org.openmicroscopy.project" version "6.0.0"
5
}
6
7
group = "org.openmicroscopy"
@@ -10,6 +10,18 @@ version = "5.10.5-SNAPSHOT"
10
repositories {
11
mavenLocal()
12
mavenCentral()
13
+ maven {
14
+ url 'https://artifacts.glencoesoftware.com/artifactory/ome.releases/'
15
+ }
16
17
+ url 'https://artifacts.unidata.ucar.edu/repository/unidata-releases/'
18
19
20
+ url 'https://maven.scijava.org/repository/thirdparty/'
21
22
23
+ url 'https://artifacts.openmicroscopy.org/artifactory/ome.external/'
24
25
26
27
dependencies {
0 commit comments