GroupId | GroupIdcom.shapestone |
---|---|
ArtifactId | ArtifactIddistributed-transaction-service |
Version | Version1.0.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.shapestone/distributed-transaction-service/ -->
<dependency>
<groupId>com.shapestone</groupId>
<artifactId>distributed-transaction-service</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.shapestone/distributed-transaction-service/
implementation 'com.shapestone:distributed-transaction-service:1.0.17'
// https://jarcasting.com/artifacts/com.shapestone/distributed-transaction-service/
implementation ("com.shapestone:distributed-transaction-service:1.0.17")
'com.shapestone:distributed-transaction-service:jar:1.0.17'
<dependency org="com.shapestone" name="distributed-transaction-service" rev="1.0.17">
<artifact name="distributed-transaction-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shapestone', module='distributed-transaction-service', version='1.0.17')
)
libraryDependencies += "com.shapestone" % "distributed-transaction-service" % "1.0.17"
[com.shapestone/distributed-transaction-service "1.0.17"]