is not current version
Last Version 3.1.0

io.shardingsphere:sharding-transaction-base 3.1.0.M1


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-transaction-base
Version

Version

3.1.0.M1
Type

Type

pom

Download sharding-transaction-base 3.1.0.M1


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