MVN

com.github.filosganga : geogson-jts

Maven & Gradle

Nov 01, 2021
5 usages
67 stars

GeoGson JTS · GeoJSON support for Google Gson - JTS

<dependency>
    <groupId>com.github.filosganga</groupId>
    <artifactId>geogson-jts</artifactId>
    <version>1.4.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.filosganga : geogson-jts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.31

All Versions

Choose a version of com.github.filosganga : geogson-jts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
geogson-jts-1.4.31
geogson-jts-1.4.30
geogson-jts-1.4.28
geogson-jts-1.4.27
geogson-jts-1.4.26
geogson-jts-1.4.2
geogson-jts-1.4.0
1.2.x
geogson-jts-1.2.21
1.1.x
geogson-jts-1.1.100
geogson-jts-1.1.97
geogson-jts-1.1.96
geogson-jts-1.1.72
geogson-jts-1.1.57
geogson-jts-1.1.51

How to add a dependency to Maven

Add the following com.github.filosganga : geogson-jts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.filosganga</groupId>
    <artifactId>geogson-jts</artifactId>
    <version>1.4.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.filosganga : geogson-jts gradle dependency to your build.gradle file:

implementation 'com.github.filosganga:geogson-jts:1.4.31'

Gradle Kotlin DSL: Add the following com.github.filosganga : geogson-jts gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.filosganga:geogson-jts:1.4.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.filosganga : geogson-jts sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.filosganga" % "geogson-jts" % "1.4.31"

Advertisement