GroupId | GroupIdio.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-transaction |
Version | Version3.0.0.M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-transaction/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-transaction</artifactId>
<version>3.0.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-transaction/
implementation 'io.shardingsphere:sharding-transaction:3.0.0.M3'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-transaction/
implementation ("io.shardingsphere:sharding-transaction:3.0.0.M3")
'io.shardingsphere:sharding-transaction:jar:3.0.0.M3'
<dependency org="io.shardingsphere" name="sharding-transaction" rev="3.0.0.M3">
<artifact name="sharding-transaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-transaction', version='3.0.0.M3')
)
libraryDependencies += "io.shardingsphere" % "sharding-transaction" % "3.0.0.M3"
[io.shardingsphere/sharding-transaction "3.0.0.M3"]