Uid - a unique identifier utility for Java

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

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.cookingfox
Идентификатор

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

uid-java
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Uid - a unique identifier utility for Java
A Java library for working with a simple unique identifier object.
Ссылка на сайт

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

http://github.com/cookingfox/uid-java
Организация-разработчик

Организация-разработчик

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

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

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

Скачать uid-java

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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>

Версии библиотеки

Версия
0.3.0
0.2.0
0.1.0