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