is not current version
Last Version 1.1.1

io.github.zon-g:ABC 1.0.3

An alternative for distributed lock on Java platform

GroupId

GroupId

io.github.zon-g
ArtifactId

ArtifactId

ABC
Version

Version

1.0.3
Type

Type

pom

Download ABC 1.0.3

Filename Size
ABC-1.0.3.pom 6 KB
Browse

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