<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-transaction-2pc</artifactId>
<version>5.0.0-beta</version>
</dependency>
implementation group: 'org.apache.shardingsphere', name: 'shardingsphere-transaction-2pc', version: '5.0.0-beta'
implementation 'org.apache.shardingsphere:shardingsphere-transaction-2pc:5.0.0-beta'
implementation("org.apache.shardingsphere:shardingsphere-transaction-2pc:5.0.0-beta")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-transaction-2pc" % "5.0.0-beta"
<dependency org="org.apache.shardingsphere" name="shardingsphere-transaction-2pc" rev="5.0.0-beta"/>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-transaction-2pc', version='5.0.0-beta')
)
[org.apache.shardingsphere/shardingsphere-transaction-2pc "5.0.0-beta"]
'org.apache.shardingsphere:shardingsphere-transaction-2pc:jar:5.0.0-beta'