uuidv4
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>uuidv4</artifactId>
<version>6.2.13</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>uuidv4</artifactId>
<version>6.2.13</version>
<name>uuidv4</name>
<description>uuidv4 creates v4 UUIDs.</description>
<url>https://github.com/thenativeweb/uuidv4#readme</url>
<organization>
<name>uuidv4</name>
<url>https://github.com/thenativeweb/uuidv4#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>thenativeweb-admin</name>
<email>hello@thenativeweb.io</email>
</developer>
<developer>
<name>goloroden</name>
<email>golo.roden@thenativeweb.io</email>
</developer>
<developer>
<name>yeldir</name>
<email>hannes.leutloff@yeldirium.de</email>
</developer>
<developer>
<name>nhummel</name>
<email>noah.hummel@thenativeweb.io</email>
</developer>
<developer>
<name>dotkuro</name>
<email>mail@akampf.dev</email>
</developer>
</developers>
<scm>
<connection>git://github.com/thenativeweb/uuidv4.git</connection>
<developerConnection>git://github.com/thenativeweb/uuidv4.git</developerConnection>
<url>git://github.com/thenativeweb/uuidv4</url>
</scm>
<issueManagement>
<url>https://github.com/thenativeweb/uuidv4/issues</url>
</issueManagement>
<properties>
<org.mvnpm-uuid.version>8.3.2</org.mvnpm-uuid.version>
<org.mvnpm.at.types-uuid.version>8.3.4</org.mvnpm.at.types-uuid.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>uuid</artifactId>
<version>${org.mvnpm-uuid.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm.at.types</groupId>
<artifactId>uuid</artifactId>
<version>${org.mvnpm.at.types-uuid.version}</version>
</dependency>
</dependencies>
</project>