is not current version
Last Version 3.1.0

io.shardingsphere:sharding-transaction 3.0.0.M3


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-transaction
Version

Version

3.0.0.M3
Type

Type

jar

Download sharding-transaction 3.0.0.M3


<!-- 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"]