MVN

com.graphqlio : pure-uuid-java

Maven & Gradle

Oct 12, 2020
0 stars

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.

<dependency>
    <groupId>com.graphqlio</groupId>
    <artifactId>pure-uuid-java</artifactId>
    <version>0.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.graphqlio : pure-uuid-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.13

All Versions

Choose a version of com.graphqlio : pure-uuid-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
pure-uuid-java-0.0.13
pure-uuid-java-0.0.12
pure-uuid-java-0.0.11
pure-uuid-java-0.0.9
pure-uuid-java-0.0.1

How to add a dependency to Maven

Add the following com.graphqlio : pure-uuid-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.graphqlio</groupId>
    <artifactId>pure-uuid-java</artifactId>
    <version>0.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.graphqlio : pure-uuid-java gradle dependency to your build.gradle file:

implementation 'com.graphqlio:pure-uuid-java:0.0.13'

Gradle Kotlin DSL: Add the following com.graphqlio : pure-uuid-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.graphqlio:pure-uuid-java:0.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.graphqlio : pure-uuid-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.graphqlio" % "pure-uuid-java" % "0.0.13"