Download jts-1.12.jar file - Jar j

Jar examples for j:jts

Description

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.

You can download jar file jts 1.12 in this page.

License

Lesser General Public License (LGPL)

Build File

You can use the following script to add jts-1.12.jar to your project.

<dependency>
   <groupId>com.vividsolutions</groupId>
   <artifactId>jts</artifactId>
   <version>1.12</version>
</dependency>
compile group: 'com.vividsolutions', name: 'jts', version: '1.12'
libraryDependencies += "com.vividsolutions" % "jts" % "1.12"
<dependency org="com.vividsolutions" name="jts" rev="1.12"/>
@Grapes(@Grab(group='com.vividsolutions', module='jts', version='1.12'))
'com.vividsolutions:jts:jar:1.12'

Download

Click the following link to download the jar file.

jts-1.12-javadoc.jar
jts-1.12-sources.jar
jts-1.12.jar
jts-1.12.pom



Related Tutorials