License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc.eaio-uuid |
ArtifactId | ArtifactIduuid |
Last Version | Last Version3.4.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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uuid-3.4.2.pom | |
uuid-3.4.2.jar | 13 KB |
uuid-3.4.2-sources.jar | 12 KB |
uuid-3.4.2-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.eaio-uuid/uuid/ -->
<dependency>
<groupId>com.github.stephenc.eaio-uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.eaio-uuid/uuid/
implementation 'com.github.stephenc.eaio-uuid:uuid:3.4.2'
// https://jarcasting.com/artifacts/com.github.stephenc.eaio-uuid/uuid/
implementation ("com.github.stephenc.eaio-uuid:uuid:3.4.2")
'com.github.stephenc.eaio-uuid:uuid:jar:3.4.2'
<dependency org="com.github.stephenc.eaio-uuid" name="uuid" rev="3.4.2">
<artifact name="uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.eaio-uuid', module='uuid', version='3.4.2')
)
libraryDependencies += "com.github.stephenc.eaio-uuid" % "uuid" % "3.4.2"
[com.github.stephenc.eaio-uuid/uuid "3.4.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.stephenc.eaio-grabbag : grabbag | jar | 1.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |