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