Last Version

pure uuid 0.0.13

This is a pure Java library for the generation of DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). The library is part of the graphqlio ecosystem.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.graphqlio
ArtifactId

ArtifactId

pure-uuid-java
Version

Version

0.0.13
Type

Type

jar
Description

Description

pure uuid
This is a pure Java library for the generation of DCE 1.1, ISO/IEC 11578:1996 and IETF RFC-4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). The library is part of the graphqlio ecosystem.
Project URL

Project URL

http://graphqlio.com
Source Code Management

Source Code Management

https://github.com/msg-systems/pure-uuid-java

Download pure-uuid-java 0.0.13


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

Dependencies

compile (1)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.junit.platform : junit-platform-runner jar 1.5.2

Project Modules

There are no modules declared in this project.