MVN

com.github.stephenc.eaio-uuid : uuid

Maven & Gradle

Jul 04, 2018
22 usages
30 stars

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

<dependency>
    <groupId>com.github.stephenc.eaio-uuid</groupId>
    <artifactId>uuid</artifactId>
    <version>3.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.eaio-uuid : uuid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.2

All Versions

Choose a version of com.github.stephenc.eaio-uuid : uuid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
uuid-3.4.2
uuid-3.4.1
uuid-3.4.0
3.3.x
uuid-3.3.0
3.2.x
uuid-3.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.stephenc.eaio-uuid</groupId>
    <artifactId>uuid</artifactId>
    <version>3.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.stephenc.eaio-uuid : uuid gradle dependency to your build.gradle file:

implementation 'com.github.stephenc.eaio-uuid:uuid:3.4.2'

Gradle Kotlin DSL: Add the following com.github.stephenc.eaio-uuid : uuid gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.stephenc.eaio-uuid:uuid:3.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.stephenc.eaio-uuid : uuid sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.stephenc.eaio-uuid" % "uuid" % "3.4.2"

Advertisement

Dependencies from Group

Jul 04, 2018
22 usages
30 stars

Discover Dependencies

Apr 05, 2022
3 usages
1.1k stars
Apr 15, 2023
157 usages
490 stars
Nov 27, 2020
33 usages
2.1k stars
Jul 18, 2023
147 usages
2.2k stars
Jul 18, 2023
168 usages
2.2k stars
Aug 17, 2022
2 usages
3 stars
Nov 29, 2022
1 usages
66 stars
Aug 15, 2023
20 usages
1.1k stars
Jun 08, 2021