Download transaction-1.2-beta.jar file - Jar t

Jar examples for t:transaction

Description

Geronimo transaction manager module.

You can download jar file transaction 1.2-beta in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add transaction-1.2-beta.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>transaction</artifactId>
   <version>1.2-beta</version>
</dependency>
compile group: 'org.apache.geronimo.configs', name: 'transaction', version: '1.2-beta'
libraryDependencies += "org.apache.geronimo.configs" % "transaction" % "1.2-beta"
<dependency org="org.apache.geronimo.configs" name="transaction" rev="1.2-beta"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='transaction', version='1.2-beta'))
'org.apache.geronimo.configs:transaction:jar:1.2-beta'

Download

Click the following link to download the jar file.

transaction-1.2-beta-sources.jar
transaction-1.2-beta.pom



Related Tutorials