mod-uuid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.avaje</groupId> <artifactId>mod-uuid</artifactId> <version>1.3</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.avaje</groupId> <artifactId>java8-oss</artifactId> <version>2.1</version> </parent> <groupId>io.avaje</groupId> <artifactId>mod-uuid</artifactId> <version>1.3</version> <packaging>jar</packaging> <name>moduuid</name> <url>https://github.com/avaje/mod-uuid</url> <scm> <developerConnection>scm:git:git@github.com:avaje/mod-uuid.git</developerConnection> <tag>mod-uuid-1.3</tag> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> </project>