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