Categories |
CategoriesGson Data JSON |
---|---|
GroupId | GroupIdorg.citygml4j |
ArtifactId | ArtifactIdcitygson |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
citygson-0.9.0.pom | |
citygson-0.9.0.jar | 152 KB |
citygson-0.9.0-sources.jar | 130 KB |
citygson-0.9.0-javadoc.jar | 905 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.citygml4j/citygson/ -->
<dependency>
<groupId>org.citygml4j</groupId>
<artifactId>citygson</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.citygml4j/citygson/
implementation 'org.citygml4j:citygson:0.9.0'
// https://jarcasting.com/artifacts/org.citygml4j/citygson/
implementation ("org.citygml4j:citygson:0.9.0")
'org.citygml4j:citygson:jar:0.9.0'
<dependency org="org.citygml4j" name="citygson" rev="0.9.0">
<artifact name="citygson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.citygml4j', module='citygson', version='0.9.0')
)
libraryDependencies += "org.citygml4j" % "citygson" % "0.9.0"
[org.citygml4j/citygson "0.9.0"]