Download jta-4.0-b90.jar file - Jar j

Jar examples for j:jta

Description

The javax.transaction package. JTA specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.

You can download jar file jta 4.0-b90 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials