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