io.github.zon-g:ABC-server

An alternative for distributed lock on Java platform

License

License

GroupId

GroupId

io.github.zon-g
ArtifactId

ArtifactId

ABC-server
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

An alternative for distributed lock on Java platform

Download ABC-server

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
io.netty : netty-all Optional jar 4.1.6.Final
org.springframework.boot : spring-boot-autoconfigure Optional jar 2.4.0
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.4.0
io.github.zon-g : ABC-commons jar 1.1.0
org.springframework.boot : spring-boot-starter-data-jpa Optional jar 2.4.0
javax.interceptor : javax.interceptor-api Optional jar 1.2.2
org.jetbrains : annotations Optional jar RELEASE

provided (1)

Group / Artifact Type Version
javax.enterprise : cdi-api Optional jar 2.0

runtime (1)

Group / Artifact Type Version
com.h2database : h2 Optional jar 1.4.200

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0