Download jta-3.1-b21.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 3.1-b21 in this page.

License

Open Source License

Build File

You can use the following script to add jta-3.1-b21.jar to your project.

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

Download

Click the following link to download the jar file.

jta-3.1-b21-sources.jar
jta-3.1-b21.jar
jta-3.1-b21.pom



Related Tutorials