MVN

org.locationtech.jts.io : jts-io-common

Maven & Gradle

Jun 21, 2022
29 usages
1.6k stars

org.locationtech.jts.io:jts-io-common

<dependency>
    <groupId>org.locationtech.jts.io</groupId>
    <artifactId>jts-io-common</artifactId>
    <version>1.19.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.locationtech.jts.io : jts-io-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.0
  • Latest Release Candidate: 1.16.0-RC1

All Versions

Choose a version of org.locationtech.jts.io : jts-io-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
jts-io-common-1.19.0
1.18.x
jts-io-common-1.18.2
jts-io-common-1.18.1
jts-io-common-1.18.0
1.17.x
jts-io-common-1.17.1
jts-io-common-1.17.0
1.16.x
jts-io-common-1.16.1
jts-io-common-1.16.0
jts-io-common-1.16.0-RC1
1.15.x
jts-io-common-1.15.1
jts-io-common-1.15.0

How to add a dependency to Maven

Add the following org.locationtech.jts.io : jts-io-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.locationtech.jts.io</groupId>
    <artifactId>jts-io-common</artifactId>
    <version>1.19.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.locationtech.jts.io : jts-io-common gradle dependency to your build.gradle file:

implementation 'org.locationtech.jts.io:jts-io-common:1.19.0'

Gradle Kotlin DSL: Add the following org.locationtech.jts.io : jts-io-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.locationtech.jts.io:jts-io-common:1.19.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.locationtech.jts.io : jts-io-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.locationtech.jts.io" % "jts-io-common" % "1.19.0"

Advertisement