GroupId | GroupIdio.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-transaction |
Version | Version3.1.0.M1 |
Type | Typepom |
Filename | Size |
---|---|
sharding-transaction-3.1.0.M1.pom | 1 KB |
Browse |
<!-- 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"]