jar

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.

Table Of Contents

Latest Version

Download com.graphqlio : pure-uuid-java JAR file - Latest Versions:

All Versions

Download com.graphqlio : pure-uuid-java JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pure-uuid-java-0.0.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.graphqlio.uuid.domain

├─ com.graphqlio.uuid.domain.GlobaleConstants.class - [JAR]

├─ com.graphqlio.uuid.domain.NsUrl.class - [JAR]

├─ com.graphqlio.uuid.domain.TypeFormat.class - [JAR]

├─ com.graphqlio.uuid.domain.UUIDDto.class - [JAR]

com.graphqlio.uuid.helpers

├─ com.graphqlio.uuid.helpers.A2HS.class - [JAR]

├─ com.graphqlio.uuid.helpers.Encode.class - [JAR]

├─ com.graphqlio.uuid.helpers.Md5.class - [JAR]

├─ com.graphqlio.uuid.helpers.ParseUUID.class - [JAR]

├─ com.graphqlio.uuid.helpers.PcgPrng.class - [JAR]

├─ com.graphqlio.uuid.helpers.SHA1.class - [JAR]

├─ com.graphqlio.uuid.helpers.UI32Common.class - [JAR]

├─ com.graphqlio.uuid.helpers.UI64.class - [JAR]

├─ com.graphqlio.uuid.helpers.UI64Common.class - [JAR]

├─ com.graphqlio.uuid.helpers.UUIDHelper.class - [JAR]

├─ com.graphqlio.uuid.helpers.UtilCommon.class - [JAR]