Download uuid-3.2.jar file - Jar u

Jar examples for u:uuid

Description

An implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.

You can download jar file uuid 3.2 in this page.

License

GNU General Public License, version 3

Build File

You can use the following script to add uuid-3.2.jar to your project.

<dependency>
   <groupId>com.eaio.uuid</groupId>
   <artifactId>uuid</artifactId>
   <version>3.2</version>
</dependency>
compile group: 'com.eaio.uuid', name: 'uuid', version: '3.2'
libraryDependencies += "com.eaio.uuid" % "uuid" % "3.2"
<dependency org="com.eaio.uuid" name="uuid" rev="3.2"/>
@Grapes(@Grab(group='com.eaio.uuid', module='uuid', version='3.2'))
'com.eaio.uuid:uuid:jar:3.2'

Download

Click the following link to download the jar file.

uuid-3.2-javadoc.jar
uuid-3.2-sources.jar
uuid-3.2.jar
uuid-3.2.pom



Related Tutorials