| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdorg.citygml4j |
| ArtifactId | ArtifactIdcitygson |
| Last Version | Last Version1.1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncitygson
A Gson based library for parsing and serializing CityJSON
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| citygson-1.1.5.pom | |
| citygson-1.1.5.jar | 165 KB |
| citygson-1.1.5-sources.jar | 134 KB |
| citygson-1.1.5-javadoc.jar | 914 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.citygml4j/citygson/ -->
<dependency>
<groupId>org.citygml4j</groupId>
<artifactId>citygson</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.citygml4j/citygson/
implementation 'org.citygml4j:citygson:1.1.5'
// https://jarcasting.com/artifacts/org.citygml4j/citygson/
implementation ("org.citygml4j:citygson:1.1.5")
'org.citygml4j:citygson:jar:1.1.5'
<dependency org="org.citygml4j" name="citygson" rev="1.1.5">
<artifact name="citygson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.citygml4j', module='citygson', version='1.1.5')
)
libraryDependencies += "org.citygml4j" % "citygson" % "1.1.5"
[org.citygml4j/citygson "1.1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.9.0 |