Download jts-4.0-b90.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 4.0-b90 in this page.

License

Lesser General Public License (LGPL)

Build File

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

<dependency>
   <groupId>org.glassfish.main.transaction</groupId>
   <artifactId>jts</artifactId>
   <version>4.0-b90</version>
</dependency>
compile group: 'org.glassfish.main.transaction', name: 'jts', version: '4.0-b90'
libraryDependencies += "org.glassfish.main.transaction" % "jts" % "4.0-b90"
<dependency org="org.glassfish.main.transaction" name="jts" rev="4.0-b90"/>
@Grapes(@Grab(group='org.glassfish.main.transaction', module='jts', version='4.0-b90'))
'org.glassfish.main.transaction:jts:jar:4.0-b90'

Download

Click the following link to download the jar file.

jts-4.0-b90-javadoc.jar
jts-4.0-b90-sources.jar
jts-4.0-b90.jar
jts-4.0-b90.pom



Related Tutorials