не последняя версия
Последняя версия 1.03

io.github.kgsnipes:unum 1.0

With distributed systems being developed. There is a need to bring down the dependency to a database to generate unique numbers for creating a private key when lots of data needs to be stored in the database tables. This Java library is intended to provide a way of generating unique numbers on the fly in a distributed system.

Группа

Группа

io.github.kgsnipes
Идентификатор

Идентификатор

unum
Версия

Версия

1.0
Тип

Тип

jar

Скачать unum 1.0

Имя Файла Размер
unum-1.0.pom
unum-1.0.jar 6 KB
unum-1.0-sources.jar 2 KB
unum-1.0-javadoc.jar 405 KB
Обзор

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