GroupId | GroupIdcom.github.chenhaiyangs |
---|---|
ArtifactId | ArtifactIdrpc-tcc-transaction-spring |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chenhaiyangs/rpc-tcc-transaction-spring/ -->
<dependency>
<groupId>com.github.chenhaiyangs</groupId>
<artifactId>rpc-tcc-transaction-spring</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/rpc-tcc-transaction-spring/
implementation 'com.github.chenhaiyangs:rpc-tcc-transaction-spring:1.1.0'
// https://jarcasting.com/artifacts/com.github.chenhaiyangs/rpc-tcc-transaction-spring/
implementation ("com.github.chenhaiyangs:rpc-tcc-transaction-spring:1.1.0")
'com.github.chenhaiyangs:rpc-tcc-transaction-spring:jar:1.1.0'
<dependency org="com.github.chenhaiyangs" name="rpc-tcc-transaction-spring" rev="1.1.0">
<artifact name="rpc-tcc-transaction-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenhaiyangs', module='rpc-tcc-transaction-spring', version='1.1.0')
)
libraryDependencies += "com.github.chenhaiyangs" % "rpc-tcc-transaction-spring" % "1.1.0"
[com.github.chenhaiyangs/rpc-tcc-transaction-spring "1.1.0"]