minecraft
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.codelix.commandapi</groupId> <artifactId>minecraft</artifactId> <version>4.1.0</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>de.codelix.commandapi</groupId> <artifactId>minecraft</artifactId> <version>4.1.0</version> <name>CommandAPI-Minecraft</name> <description>Minecraft support for the CommandAPI</description> <url>https://github.com/Placeblock/CommandAPI</url> <licenses> <license> <name>GNU General Public License, Version 3</name> <url>https://www.gnu.org/licenses/gpl-3.0.html</url> </license> </licenses> <developers> <developer> <name>Felix</name> <organization>Codelix</organization> <organizationUrl>https://codelix.de/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/Placeblock/CommandAPI.git</connection> <developerConnection>scm:git:git://github.com/Placeblock/CommandAPI.git</developerConnection> <url>https://github.com/Placeblock/CommandAPI.git</url> </scm> <issueManagement> <url>https://github.com/Placeblock/CommandAPI/issues</url> </issueManagement> </project>