is not current version
Last Version 1.0.1

org.apache.aries.tx-control:tx-control-service-xa 1.0.0

This bundle contains an OSGi Transaction Control Service implementation based on the Geronimo Transaction Manager. It is suitable for use with XA resources, supports Local Resources using the last-participant gambit, and also supports transaction recovery for recoverable Resource Providers.

GroupId

GroupId

org.apache.aries.tx-control
ArtifactId

ArtifactId

tx-control-service-xa
Version

Version

1.0.0
Type

Type

jar

Download tx-control-service-xa 1.0.0


<!-- https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-xa/ -->
<dependency>
    <groupId>org.apache.aries.tx-control</groupId>
    <artifactId>tx-control-service-xa</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-xa/
implementation 'org.apache.aries.tx-control:tx-control-service-xa:1.0.0'
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-xa/
implementation ("org.apache.aries.tx-control:tx-control-service-xa:1.0.0")
'org.apache.aries.tx-control:tx-control-service-xa:jar:1.0.0'
<dependency org="org.apache.aries.tx-control" name="tx-control-service-xa" rev="1.0.0">
  <artifact name="tx-control-service-xa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.tx-control', module='tx-control-service-xa', version='1.0.0')
)
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-service-xa" % "1.0.0"
[org.apache.aries.tx-control/tx-control-service-xa "1.0.0"]