UltimateClans
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ulrichbr</groupId>
<artifactId>UltimateClans</artifactId>
<version>9.0.0-BETA-1.0-RELEASE</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>io.github.ulrichbr</groupId>
<artifactId>UltimateClans</artifactId>
<version>9.0.0-BETA-1.0-RELEASE</version>
<name>UltimateClans</name>
<description>UClans API V9.</description>
<url>https://github.com/UlrichBR/UClans-API</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Ulrich</name>
<email>unixmc@hotmail.com</email>
<url>https://github.com/UlrichBR</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/UlrichBR/UClans-API.git</connection>
<developerConnection>scm:git:ssh://github.com/UlrichBR/UClans-API.git</developerConnection>
<url>https://github.com/UlrichBR/UClans-API/tree/main</url>
</scm>
<repositories>
<repository>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>