claimchunk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cjburkey.claimchunk</groupId> <artifactId>claimchunk</artifactId> <version>0.0.25-FIX3</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"> <!-- 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>com.cjburkey.claimchunk</groupId> <artifactId>claimchunk</artifactId> <version>0.0.25-FIX3</version> <name>ClaimChunk</name> <description>Spigot/Paper plugin allowing players to claim chunks</description> <url>https://github.com/cjburkey01/ClaimChunk</url> <inceptionYear>2017</inceptionYear> <licenses> <license> <name>MIT License</name> <url>https://github.com/cjburkey01/ClaimChunk/blob/main/LICENSE</url> <distribution>https://github.com/cjburkey01/ClaimChunk/blob/main/LICENSE</distribution> </license> </licenses> <developers> <developer> <id>cjburkey01</id> <name>CJ Burkey</name> <url>https://github.com/cjburkey01/</url> </developer> <developer> <id>Goldmensch</id> <name>Goldmensch</name> <url>https://github.com/Goldmensch</url> </developer> <developer> <id>DeathsGun</id> <name>DeathsGun</name> <url>https://github.com/DeathsGun</url> </developer> <developer> <id>T0biii</id> <name>T0biii</name> <url>https://github.com/T0biii</url> </developer> <developer> <id>Geolykt</id> <name>Geolykt</name> <url>https://github.com/Geolykt</url> </developer> <developer> <id>JustDoom</id> <name>JustDoom</name> <url>https://github.com/JustDoom</url> </developer> <developer> <id>AlexFF000</id> <name>AlexFF000</name> <url>https://github.com/AlexFF000</url> </developer> <developer> <id>18PatZ</id> <name>18PatZ</name> <url>https://github.com/18PatZ</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/cjburkey01/ClaimChunk.git</connection> <developerConnection>scm:git:ssh://git@github.com/cjburkey01/ClaimChunk.git</developerConnection> <url>https://github.com/cjburkey01/ClaimChunk</url> </scm> <dependencies> <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> <version>3.42.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> <version>2.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>transaction-api</artifactId> <version>1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.h-thurow</groupId> <artifactId>q2o</artifactId> <version>3.17</version> <scope>runtime</scope> </dependency> </dependencies> </project>