GroupId | GroupIdorg.openbites |
---|---|
ArtifactId | ArtifactIddistributed-lock |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
distributed-lock-1.0.0.pom | |
distributed-lock-1.0.0.jar | 17 KB |
distributed-lock-1.0.0-sources.jar | 8 KB |
distributed-lock-1.0.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock/ -->
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation 'org.openbites:distributed-lock:1.0.0'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock/
implementation ("org.openbites:distributed-lock:1.0.0")
'org.openbites:distributed-lock:jar:1.0.0'
<dependency org="org.openbites" name="distributed-lock" rev="1.0.0">
<artifact name="distributed-lock" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock', version='1.0.0')
)
libraryDependencies += "org.openbites" % "distributed-lock" % "1.0.0"
[org.openbites/distributed-lock "1.0.0"]