License |
License |
---|---|
GroupId | GroupIdcom.eatthepath |
ArtifactId | ArtifactIdfast-uuid |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfast-uuid
A Java library for quickly and efficiently parsing and writing UUIDs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fast-uuid-0.2.0.pom | |
fast-uuid-0.2.0.jar | 5 KB |
fast-uuid-0.2.0-sources.jar | 5 KB |
fast-uuid-0.2.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eatthepath/fast-uuid/ -->
<dependency>
<groupId>com.eatthepath</groupId>
<artifactId>fast-uuid</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.eatthepath/fast-uuid/
implementation 'com.eatthepath:fast-uuid:0.2.0'
// https://jarcasting.com/artifacts/com.eatthepath/fast-uuid/
implementation ("com.eatthepath:fast-uuid:0.2.0")
'com.eatthepath:fast-uuid:jar:0.2.0'
<dependency org="com.eatthepath" name="fast-uuid" rev="0.2.0">
<artifact name="fast-uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eatthepath', module='fast-uuid', version='0.2.0')
)
libraryDependencies += "com.eatthepath" % "fast-uuid" % "0.2.0"
[com.eatthepath/fast-uuid "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.openjdk.jmh : jmh-core | jar | 1.21 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.21 |