MVN

org.citygml4j : citygson

Maven & Gradle

Sep 24, 2021
1 usages
7 stars

citygson · A Gson based library for parsing and serializing CityJSON

<dependency>
    <groupId>org.citygml4j</groupId>
    <artifactId>citygson</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.citygml4j : citygson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4

All Versions

Choose a version of org.citygml4j : citygson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
citygson-1.1.4
citygson-1.1.3
citygson-1.1.2
citygson-1.1.1
citygson-1.1.0
1.0.x
citygson-1.0.0
0.9.x
citygson-0.9.0

How to add a dependency to Maven

Add the following org.citygml4j : citygson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.citygml4j</groupId>
    <artifactId>citygson</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.citygml4j : citygson gradle dependency to your build.gradle file:

implementation 'org.citygml4j:citygson:1.1.4'

Gradle Kotlin DSL: Add the following org.citygml4j : citygson gradle kotlin dependency to your build.gradle.kts file:

implementation("org.citygml4j:citygson:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.citygml4j : citygson sbt scala dependency to your build.sbt file:

libraryDependencies += "org.citygml4j" % "citygson" % "1.1.4"