npc-lib-bukkit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.juliarn</groupId> <artifactId>npc-lib-bukkit</artifactId> <version>3.0.0-beta11</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.juliarn</groupId> <artifactId>npc-lib-bukkit</artifactId> <version>3.0.0-beta11</version> <name>npc-lib-bukkit</name> <description>Abstract NPC-Library for Minecraft 1.8+ Servers</description> <url>https://github.com/juliarn/NPC-Lib</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/MIT</url> </license> </licenses> <developers> <developer> <id>derklaro</id> <name>Pasqual Koschmieder</name> <email>git@derklaro.dev</email> <timezone>Europe/Berlin</timezone> </developer> </developers> <scm> <connection>scm:git:git@github.com:juliarn/NPC-Lib.git</connection> <developerConnection>scm:git:git@github.com:juliarn/NPC-Lib.git</developerConnection> <url>git@github.com:juliarn/NPC-Lib.git</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/juliarn/NPC-Lib/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/juliarn/NPC-Lib/actions</url> </ciManagement> <dependencies> <dependency> <groupId>io.github.juliarn</groupId> <artifactId>npc-lib-api</artifactId> <version>3.0.0-beta11</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.github.juliarn</groupId> <artifactId>npc-lib-common</artifactId> <version>3.0.0-beta11</version> <scope>compile</scope> <exclusions> <exclusion> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.papermc</groupId> <artifactId>paperlib</artifactId> <version>1.0.8</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.leangen.geantyref</groupId> <artifactId>geantyref</artifactId> <version>1.3.16</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.github.retrooper</groupId> <artifactId>packetevents-spigot</artifactId> <version>2.7.0</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <repositories> <repository> <id>MavenRepo</id> <url>https://repo.maven.apache.org/maven2/</url> </repository> <repository> <id>maven</id> <url>https://repo.papermc.io/repository/maven-public/</url> </repository> <repository> <id>maven2</id> <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> </repository> <repository> <id>maven3</id> <url>https://repository.derklaro.dev/releases/</url> </repository> <repository> <id>maven4</id> <url>https://repository.derklaro.dev/snapshots/</url> </repository> <repository> <id>maven5</id> <url>https://repo.codemc.io/repository/maven-releases/</url> </repository> </repositories> </project>