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

unum - Unique Number Generator 1.03

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.03
Тип

Тип

jar
Описание

Описание

unum - Unique Number Generator
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.
Ссылка на сайт

Ссылка на сайт

https://github.com/kgsnipes/unum
Система контроля версий

Система контроля версий

https://github.com/kgsnipes/unum

Скачать unum 1.03

Имя Файла Размер
unum-1.03.pom
unum-1.03.jar 12 KB
unum-1.03-sources.jar 6 KB
unum-1.03-javadoc.jar 438 KB
Обзор

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 31.0.1-jre

test (5)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.8.1
org.junit.platform : junit-platform-suite jar 1.8.1
org.junit.jupiter : junit-jupiter-engine jar 5.8.1
commons-io : commons-io jar 2.11.0
com.h2database : h2 jar 1.4.200

Модули Проекта

Данный проект не имеет модулей.