fast-uuid

A Java library for quickly and efficiently parsing and writing UUIDs

License

License

GroupId

GroupId

com.eatthepath
ArtifactId

ArtifactId

fast-uuid
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

fast-uuid
A Java library for quickly and efficiently parsing and writing UUIDs
Project URL

Project URL

https://github.com/jchambers/fast-uuid
Source Code Management

Source Code Management

https://github.com/jchambers/fast-uuid

Download fast-uuid

How to add to project

<!-- 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"]

Dependencies

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1