luix-uid-generator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.luixtech</groupId>
<artifactId>luix-uid-generator</artifactId>
<version>1.2.4.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.luixtech</groupId>
<artifactId>luix-commons</artifactId>
<version>1.2.4.4</version>
</parent>
<groupId>com.luixtech</groupId>
<artifactId>luix-uid-generator</artifactId>
<version>1.2.4.4</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Luix UID Generator</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<modules>
<module>luix-uid-generator-core</module>
<module>luix-uid-generator-spring-boot-mysql-starter</module>
<module>luix-uid-generator-spring-boot-mongo-starter</module>
<module>luix-uid-generator-demo</module>
</modules>
</project>