GroupId | GroupIdorg.apache.aries.tx-control |
---|---|
ArtifactId | ArtifactIdtx-control-service-local |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-local/ -->
<dependency>
<groupId>org.apache.aries.tx-control</groupId>
<artifactId>tx-control-service-local</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-local/
implementation 'org.apache.aries.tx-control:tx-control-service-local:0.0.2'
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-local/
implementation ("org.apache.aries.tx-control:tx-control-service-local:0.0.2")
'org.apache.aries.tx-control:tx-control-service-local:jar:0.0.2'
<dependency org="org.apache.aries.tx-control" name="tx-control-service-local" rev="0.0.2">
<artifact name="tx-control-service-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.tx-control', module='tx-control-service-local', version='0.0.2')
)
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-service-local" % "0.0.2"
[org.apache.aries.tx-control/tx-control-service-local "0.0.2"]