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

io.github.kgsnipes:unum 1.01

With distributed systems being developed as a part of the cloud age. With focus on performance associated with an application dependent on one DB instance, 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 library is intended to provide a way of generating unique numbers on the fly in a JAVA based distributed system. This is not a new concept but this library helps in keeping you focused on the business logic that you need to develop for your applications rather than spending time on how this is done. Typically applications powered by RDBMS can leverage the benefit as instant scalability might not be available for these setups when the load to the system spikes.

Группа

Группа

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

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

unum
Версия

Версия

1.01
Тип

Тип

jar

Скачать unum 1.01

Имя Файла Размер
unum-1.01.pom
unum-1.01.jar 10 KB
unum-1.01-sources.jar 5 KB
unum-1.01-javadoc.jar 434 KB
Обзор

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