Last Version

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.

License

License

GroupId

GroupId

io.github.kgsnipes
ArtifactId

ArtifactId

unum
Version

Version

1.03
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/kgsnipes/unum
Source Code Management

Source Code Management

https://github.com/kgsnipes/unum

Download unum 1.03


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 31.0.1-jre

test (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.