We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a12e09 commit cc9b19bCopy full SHA for cc9b19b
build.gradle
@@ -30,8 +30,8 @@ repositories {
30
}
31
32
dependencies {
33
- implementation 'org.citygml4j:citygml4j-xml:3.2.1-SNAPSHOT'
34
- implementation 'org.citygml4j:citygml4j-cityjson:3.2.1-SNAPSHOT'
+ implementation 'org.citygml4j:citygml4j-xml:3.2.1'
+ implementation 'org.citygml4j:citygml4j-cityjson:3.2.1'
35
implementation 'info.picocli:picocli:4.7.6'
36
implementation 'org.geotools:gt-epsg-extension:31.2'
37
implementation 'org.geotools:gt-epsg-hsql:31.2'
0 commit comments