j

jts

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.
http://java.sun.com/products/jts
Files download
File Operation
jts-1.0.pom download
Apache Maven
<dependency>
  <groupId>javax.jts</groupId>
  <artifactId>jts</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'javax.jts:jts:1.0'
Gradle Kotlin
implementation("javax.jts:jts:1.0")
Scala SBT
libraryDependencies += "javax.jts" % "jts" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='javax.jts', module='jts', version='1.0')
)
Apache Ivy
<dependency org="javax.jts" name="jts" rev="1.0" />
Leiningen
[javax.jts/jts "1.0"]
Apache Buildr
'javax.jts:jts:jar:1.0'
Dependencies
The project has no third-party dependencies