is not current version
Last Version 0.1.7

com.v1ok:uuid 0.1.2

Generate UUID

GroupId

GroupId

com.v1ok
ArtifactId

ArtifactId

uuid
Version

Version

0.1.2
Type

Type

jar

Download uuid 0.1.2


<!-- https://jarcasting.com/artifacts/com.v1ok/uuid/ -->
<dependency>
    <groupId>com.v1ok</groupId>
    <artifactId>uuid</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.v1ok/uuid/
implementation 'com.v1ok:uuid:0.1.2'
// https://jarcasting.com/artifacts/com.v1ok/uuid/
implementation ("com.v1ok:uuid:0.1.2")
'com.v1ok:uuid:jar:0.1.2'
<dependency org="com.v1ok" name="uuid" rev="0.1.2">
  <artifact name="uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.v1ok', module='uuid', version='0.1.2')
)
libraryDependencies += "com.v1ok" % "uuid" % "0.1.2"
[com.v1ok/uuid "0.1.2"]