GroupId | GroupIdorg.apache.aries.tx-control |
---|---|
ArtifactId | ArtifactIdtx-control-service-local |
Version | Version1.0.0 |
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>1.0.0</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:1.0.0'
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-service-local/
implementation ("org.apache.aries.tx-control:tx-control-service-local:1.0.0")
'org.apache.aries.tx-control:tx-control-service-local:jar:1.0.0'
<dependency org="org.apache.aries.tx-control" name="tx-control-service-local" rev="1.0.0">
<artifact name="tx-control-service-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.tx-control', module='tx-control-service-local', version='1.0.0')
)
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-service-local" % "1.0.0"
[org.apache.aries.tx-control/tx-control-service-local "1.0.0"]