License |
License |
---|---|
GroupId | GroupIdcom.github.f4b6a3 |
ArtifactId | ArtifactIduuid-creator |
Last Version | Last Version4.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionuuid-creator
A Java library to generate RFC-4122 Universally Unique Identifiers (UUID).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
uuid-creator-4.6.1.pom | |
uuid-creator-4.6.1.jar | 62 KB |
uuid-creator-4.6.1-sources.jar | 83 KB |
uuid-creator-4.6.1-javadoc.jar | 761 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.f4b6a3/uuid-creator/ -->
<dependency>
<groupId>com.github.f4b6a3</groupId>
<artifactId>uuid-creator</artifactId>
<version>4.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.f4b6a3/uuid-creator/
implementation 'com.github.f4b6a3:uuid-creator:4.6.1'
// https://jarcasting.com/artifacts/com.github.f4b6a3/uuid-creator/
implementation ("com.github.f4b6a3:uuid-creator:4.6.1")
'com.github.f4b6a3:uuid-creator:jar:4.6.1'
<dependency org="com.github.f4b6a3" name="uuid-creator" rev="4.6.1">
<artifact name="uuid-creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.f4b6a3', module='uuid-creator', version='4.6.1')
)
libraryDependencies += "com.github.f4b6a3" % "uuid-creator" % "4.6.1"
[com.github.f4b6a3/uuid-creator "4.6.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |