CoolStuffLib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.happybavarian07</groupId>
<artifactId>CoolStuffLib</artifactId>
<version>2.0.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>io.github.happybavarian07</groupId>
<artifactId>CoolStuffLib</artifactId>
<version>2.0.1</version>
<name>CoolStuffLib</name>
<description>The Library that houses my Command Manager And Menu Manager And Language Manager as well as Config
Stuff and more (Original Version from Kody Simpson on YouTube)</description>
<url>https://github.com/HappyBavarian07/CoolStuffLib</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<name>Quirin Hosse</name>
<organization>io.github.happybavarian07</organization>
<organizationUrl>https://github.com/HappyBavarian07/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/HappyBavarian07/CoolStuffLib.git</connection>
<developerConnection>scm:git:ssh://github.com:HappyBavarian07/CoolStuffLib.git</developerConnection>
<url>https://github.com/HappyBavarian07/CoolStuffLib</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.10.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/releases/</url>
</repository>
<repository>
<id>maven_central</id>
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.5.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>