Uid - a unique identifier utility for Java

A Java library for working with a simple unique identifier object.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.cookingfox
ArtifactId

ArtifactId

uid-java
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

Uid - a unique identifier utility for Java
A Java library for working with a simple unique identifier object.
Project URL

Project URL

http://github.com/cookingfox/uid-java
Project Organization

Project Organization

Cooking Fox
Source Code Management

Source Code Management

http://github.com/cookingfox/uid-java

Download uid-java

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Uid - a unique identifier utility for Java

A Java library for working with a simple unique identifier object.

Build Status

Download

Download Maven Central

The distribution is hosted on Bintray. To include the package in your projects, you can add the jCenter repository.

Gradle

Add jCenter to your repositories block:

repositories {
    jcenter()
}

and add the project to the dependencies block in your build.gradle:

dependencies {
    compile 'com.cookingfox:uid-java:0.3.0'
}

Maven

Add jCenter to your repositories in pom.xml or settings.xml:

<repositories>
    <repository>
        <id>jcenter</id>
        <url>http://jcenter.bintray.com</url>
    </repository>
</repositories>

and add the project declaration to your pom.xml:

<dependency>
    <groupId>com.cookingfox</groupId>
    <artifactId>uid-java</artifactId>
    <version>0.3.0</version>
</dependency>

Versions

Version
0.3.0
0.2.0
0.1.0