Download tx-control-provider-common-0.0.3.jar file - Jar t

Jar examples for t:tx-control-provider-common

Description

This jar contains a common code for building OSGi Transaction Control ResourceProvider implementations. It is not complete and should not be deployed at runtime, instead it should be repackaged inside a complete implementation.

You can download jar file tx-control-provider-common 0.0.3 in this page.

License

Apache License

Build File

You can use the following script to add tx-control-provider-common-0.0.3.jar to your project.

<dependency>
   <groupId>org.apache.aries.tx-control</groupId>
   <artifactId>tx-control-provider-common</artifactId>
   <version>0.0.3</version>
</dependency>
compile group: 'org.apache.aries.tx-control', name: 'tx-control-provider-common', version: '0.0.3'
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-provider-common" % "0.0.3"
<dependency org="org.apache.aries.tx-control" name="tx-control-provider-common" rev="0.0.3"/>
@Grapes(@Grab(group='org.apache.aries.tx-control', module='tx-control-provider-common', version='0.0.3'))
'org.apache.aries.tx-control:tx-control-provider-common:jar:0.0.3'

Download

Click the following link to download the jar file.

tx-control-provider-common-0.0.3-javadoc.jar
tx-control-provider-common-0.0.3-sources.jar
tx-control-provider-common-0.0.3.jar
tx-control-provider-common-0.0.3.pom



Related Tutorials