guid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.onixbyte</groupId>
<artifactId>guid</artifactId>
<version>2.4.1</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>com.onixbyte</groupId>
<artifactId>guid</artifactId>
<version>2.4.1</version>
<name>GUID (Migrated)</name>
<packaging>pom</packaging>
<description>
This project has been migrated to com.onixbyte:identity-generator.
Please update your dependencies to use the new artifact.
</description>
<url>https://onixbyte.com/projects/onixbyte-toolbox</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://onixbyte.com/projects/onixbyte-toolbox/LICENSE.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>zihluwang</id>
<name>Zihlu Wang</name>
<email>really@zihlu.wang</email>
<timezone>Asia/Hong_Kong</timezone>
</developer>
<developer>
<id>siujamo</id>
<name>Siu Jam'o</name>
<email>jamo.siu@outlook.com</email>
<timezone>Asia/Shanghai</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com:onixbyte/onixbyte-toolbox.git</connection>
<developerConnection>scm:git:git://github.com:onixbyte/onixbyte-toolbox.git</developerConnection>
<url>https://github.com/onixbyte/onixbyte-toolbox</url>
</scm>
<distributionManagement>
<relocation>
<groupId>com.onixbyte</groupId>
<artifactId>identity-generator</artifactId>
</relocation>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.7.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<tokenAuth>true</tokenAuth>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>