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