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