Jar examples for j:jta
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-b33 in this page.
Open Source License
You can use the following script to add jta-4.0-b33.jar to your project.
<dependency> <groupId>org.glassfish.main.transaction</groupId> <artifactId>jta</artifactId> <version>4.0-b33</version> </dependency>
compile group: 'org.glassfish.main.transaction', name: 'jta', version: '4.0-b33'
libraryDependencies += "org.glassfish.main.transaction" % "jta" % "4.0-b33"
<dependency org="org.glassfish.main.transaction" name="jta" rev="4.0-b33"/>
@Grapes(@Grab(group='org.glassfish.main.transaction', module='jta', version='4.0-b33'))
'org.glassfish.main.transaction:jta:jar:4.0-b33'
Click the following link to download the jar file.
jta-4.0-b33-javadoc.jar