UUID

An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.

License

License

GroupId

GroupId

com.github.stephenc.eaio-uuid
ArtifactId

ArtifactId

uuid
Last Version

Last Version

3.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

UUID
An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.
Source Code Management

Source Code Management

http://github.com/stephenc/eaio-uuid/tree/master/

Download uuid

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.github.stephenc.eaio-grabbag : grabbag jar 1.8.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
3.4.2
3.4.1
3.4.0
3.3.0
3.2.0