is not current version
Last Version 3.1.0

io.shardingsphere:sharding-transaction 3.0.0.M4


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-transaction
Version

Version

3.0.0.M4
Type

Type

jar

Download sharding-transaction 3.0.0.M4


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