Download jta-1.0.RC1.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 1.0.RC1 in this page.

License

Open Source License

Build File

You can use the following script to add jta-1.0.RC1.jar to your project.

<dependency>
   <groupId>org.atteo.moonshine</groupId>
   <artifactId>jta</artifactId>
   <version>1.0.RC1</version>
</dependency>
compile group: 'org.atteo.moonshine', name: 'jta', version: '1.0.RC1'
libraryDependencies += "org.atteo.moonshine" % "jta" % "1.0.RC1"
<dependency org="org.atteo.moonshine" name="jta" rev="1.0.RC1"/>
@Grapes(@Grab(group='org.atteo.moonshine', module='jta', version='1.0.RC1'))
'org.atteo.moonshine:jta:jar:1.0.RC1'

Download

Click the following link to download the jar file.

jta-1.0.RC1-javadoc.jar
jta-1.0.RC1-sources.jar
jta-1.0.RC1.jar
jta-1.0.RC1.pom



Related Tutorials