License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.graphqlio |
ArtifactId | ArtifactIdpure-uuid-java |
Version | Version0.0.13 |
Type | Typejar |
Description |
Descriptionpure 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pure-uuid-java-0.0.13.pom | |
pure-uuid-java-0.0.13.jar | 28 KB |
pure-uuid-java-0.0.13-sources.jar | 32 KB |
pure-uuid-java-0.0.13-javadoc.jar | 99 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
org.junit.platform : junit-platform-runner | jar | 1.5.2 |