Download jts-3.0-b48.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 3.0-b48 in this page.

License

Lesser General Public License (LGPL)

Build File

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

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

Download

Click the following link to download the jar file.

jts-3.0-b48-sources.jar
jts-3.0-b48.jar
jts-3.0-b48.pom



Related Tutorials