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