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