GroupId | GroupIdorg.openbites |
---|---|
ArtifactId | ArtifactIddistributed-lock-core |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openbites/distributed-lock-core/ -->
<dependency>
<groupId>org.openbites</groupId>
<artifactId>distributed-lock-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openbites/distributed-lock-core/
implementation 'org.openbites:distributed-lock-core:2.0.0'
// https://jarcasting.com/artifacts/org.openbites/distributed-lock-core/
implementation ("org.openbites:distributed-lock-core:2.0.0")
'org.openbites:distributed-lock-core:jar:2.0.0'
<dependency org="org.openbites" name="distributed-lock-core" rev="2.0.0">
<artifact name="distributed-lock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openbites', module='distributed-lock-core', version='2.0.0')
)
libraryDependencies += "org.openbites" % "distributed-lock-core" % "2.0.0"
[org.openbites/distributed-lock-core "2.0.0"]