Эксперт ХД

com.fasterxml.uuid:java-uuid-generator (4.3.0)

Published 2026-09-15 10:08:14 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.fasterxml.uuid</groupId>
	<artifactId>java-uuid-generator</artifactId>
	<version>4.3.0</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=com.fasterxml.uuid:java-uuid-generator:4.3.0

About this package

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.

Dependencies

org.slf4j:slf4j-api
${slf4j.version}
org.slf4j:slf4j-simple
${slf4j.version}
junit:junit
${version.junit}
Details
Maven
2026-09-15 10:08:14 +00:00
320
Java UUID Generator
The Apache Software License, Version 2.0
60 KiB
Assets (2)
Versions (2) View all
5.1.0 2026-09-15
4.3.0 2026-09-15