License |
License |
---|---|
GroupId | GroupIdcom.eaio.uuid |
ArtifactId | ArtifactIduuid |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUUID
An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.
|
Project Organization |
Project OrganizationJohann Burkard |
Filename | Size |
---|---|
uuid-3.2.pom | |
uuid-3.2.jar | 14 KB |
uuid-3.2-sources.jar | 14 KB |
uuid-3.2-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eaio.uuid/uuid/ -->
<dependency>
<groupId>com.eaio.uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.eaio.uuid/uuid/
implementation 'com.eaio.uuid:uuid:3.2'
// https://jarcasting.com/artifacts/com.eaio.uuid/uuid/
implementation ("com.eaio.uuid:uuid:3.2")
'com.eaio.uuid:uuid:jar:3.2'
<dependency org="com.eaio.uuid" name="uuid" rev="3.2">
<artifact name="uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eaio.uuid', module='uuid', version='3.2')
)
libraryDependencies += "com.eaio.uuid" % "uuid" % "3.2"
[com.eaio.uuid/uuid "3.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |