Jar examples for j:java-uuid-generator
Java UUID Generator (JUG) is a Java library for generating Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID). It can be used either as a component in a bigger application, or as a standalone command line tool. JUG generates UUIDs according to the IETF UUID draft specification. JUG supports all 3 official UUID generation methods.
You can download jar file java-uuid-generator 3.1.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add java-uuid-generator-3.1.4.jar to your project.
<dependency> <groupId>com.fasterxml.uuid</groupId> <artifactId>java-uuid-generator</artifactId> <version>3.1.4</version> </dependency>
compile group: 'com.fasterxml.uuid', name: 'java-uuid-generator', version: '3.1.4'
libraryDependencies += "com.fasterxml.uuid" % "java-uuid-generator" % "3.1.4"
<dependency org="com.fasterxml.uuid" name="java-uuid-generator" rev="3.1.4"/>
@Grapes(@Grab(group='com.fasterxml.uuid', module='java-uuid-generator', version='3.1.4'))
'com.fasterxml.uuid:java-uuid-generator:jar:3.1.4'
Click the following link to download the jar file.
java-uuid-generator-3.1.4-javadoc.jar