| GroupId | GroupIdio.shardingsphere |
|---|---|
| ArtifactId | ArtifactIdsharding-jdbc-transaction |
| Version | Version3.0.0.M1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-transaction/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-transaction</artifactId>
<version>3.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-transaction/
implementation 'io.shardingsphere:sharding-jdbc-transaction:3.0.0.M1'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-transaction/
implementation ("io.shardingsphere:sharding-jdbc-transaction:3.0.0.M1")
'io.shardingsphere:sharding-jdbc-transaction:jar:3.0.0.M1'
<dependency org="io.shardingsphere" name="sharding-jdbc-transaction" rev="3.0.0.M1">
<artifact name="sharding-jdbc-transaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-jdbc-transaction', version='3.0.0.M1')
)
libraryDependencies += "io.shardingsphere" % "sharding-jdbc-transaction" % "3.0.0.M1"
[io.shardingsphere/sharding-jdbc-transaction "3.0.0.M1"]