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