is not current version
Last Version 3.1.0

io.shardingsphere:sharding-transaction 3.1.0.M1


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-transaction
Version

Version

3.1.0.M1
Type

Type

pom

Download sharding-transaction 3.1.0.M1


<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-transaction/ -->
<dependency>
    <groupId>io.shardingsphere</groupId>
    <artifactId>sharding-transaction</artifactId>
    <version>3.1.0.M1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-transaction/
implementation 'io.shardingsphere:sharding-transaction:3.1.0.M1'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-transaction/
implementation ("io.shardingsphere:sharding-transaction:3.1.0.M1")
'io.shardingsphere:sharding-transaction:pom:3.1.0.M1'
<dependency org="io.shardingsphere" name="sharding-transaction" rev="3.1.0.M1">
  <artifact name="sharding-transaction" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-transaction', version='3.1.0.M1')
)
libraryDependencies += "io.shardingsphere" % "sharding-transaction" % "3.1.0.M1"
[io.shardingsphere/sharding-transaction "3.1.0.M1"]