is not current version
Last Version 1.1.0

org.antframework.sync:sync 1.0.0

分布式场景下的同步机制

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.antframework.sync
ArtifactId

ArtifactId

sync
Version

Version

1.0.0
Type

Type

jar

Download sync 1.0.0


<!-- https://jarcasting.com/artifacts/org.antframework.sync/sync/ -->
<dependency>
    <groupId>org.antframework.sync</groupId>
    <artifactId>sync</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.antframework.sync/sync/
implementation 'org.antframework.sync:sync:1.0.0'
// https://jarcasting.com/artifacts/org.antframework.sync/sync/
implementation ("org.antframework.sync:sync:1.0.0")
'org.antframework.sync:sync:jar:1.0.0'
<dependency org="org.antframework.sync" name="sync" rev="1.0.0">
  <artifact name="sync" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.antframework.sync', module='sync', version='1.0.0')
)
libraryDependencies += "org.antframework.sync" % "sync" % "1.0.0"
[org.antframework.sync/sync "1.0.0"]