META-INF.MANIFEST.MF Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-uuid-generator Show documentation
Show all versions of java-uuid-generator Show documentation
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 3 original official UUID generation methods as well as later additions (v6, v7)
Manifest-Version: 1.0
Implementation-Title: Java UUID Generator
Implementation-Version: 4.0.1
Built-By: tatu
Specification-Vendor: FasterXML.com
Specification-Title: Java UUID Generator
Implementation-Vendor-Id: com.fasterxml.uuid
Implementation-Vendor: FasterXML.com
Implementation-Build-Date: 2020-03-03 01:42:09+0000
X-Compile-Target-JDK: 1.6
X-Compile-Source-JDK: 1.6
Created-By: Apache Maven 3.6.3
Build-Jdk: 1.8.0_162
Specification-Version: 4.0
Implementation-URL: https://github.com/cowtowncoder/java-uuid-generato
r