is not current version
Last Version 1.1.1

io.github.zon-g:ABC 1.1.0

An alternative for distributed lock on Java platform

GroupId

GroupId

io.github.zon-g
ArtifactId

ArtifactId

ABC
Version

Version

1.1.0
Type

Type

pom

Download ABC 1.1.0

Filename Size
ABC-1.1.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.zon-g/ABC/ -->
<dependency>
    <groupId>io.github.zon-g</groupId>
    <artifactId>ABC</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.zon-g/ABC/
implementation 'io.github.zon-g:ABC:1.1.0'
// https://jarcasting.com/artifacts/io.github.zon-g/ABC/
implementation ("io.github.zon-g:ABC:1.1.0")
'io.github.zon-g:ABC:pom:1.1.0'
<dependency org="io.github.zon-g" name="ABC" rev="1.1.0">
  <artifact name="ABC" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.zon-g', module='ABC', version='1.1.0')
)
libraryDependencies += "io.github.zon-g" % "ABC" % "1.1.0"
[io.github.zon-g/ABC "1.1.0"]