MVN

javax.jts : jts

Maven & Gradle

Feb 08, 2006
1 usages

Java Transaction Service · Java Transaction Service (JTS) specifies the implementation of a Transaction Manager which supports the Java Transaction API (JTA) 1.0 Specification at the high-level and implements the Java mapping of the OMG Object Transaction Service (OTS) 1.1 Specification at the low-level. JTS uses the standard CORBA ORB/TS interfaces and Internet Inter-ORB Protocol (IIOP) for transaction context propagation between JTS Transaction Managers.

<dependency>
    <groupId>javax.jts</groupId>
    <artifactId>jts</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.jts : jts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of javax.jts : jts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
jts-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>javax.jts</groupId>
    <artifactId>jts</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.jts : jts gradle dependency to your build.gradle file:

implementation 'javax.jts:jts:1.0'

Gradle Kotlin DSL: Add the following javax.jts : jts gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.jts:jts:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.jts : jts sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.jts" % "jts" % "1.0"

Advertisement

Dependencies from Group

jts
Feb 08, 2006
1 usages

Discover Dependencies

Sep 20, 2005
1 usages
May 04, 2014
1 usages
0 stars
Mar 10, 2015
2 usages
4.2k stars
Aug 19, 2014
1 usages
2 stars
Nov 08, 2005
1 usages
Oct 05, 2013
18k stars