carbonchat-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.hexaoxi</groupId> <artifactId>carbonchat-api</artifactId> <version>3.0.0-beta.32</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>de.hexaoxi</groupId> <artifactId>carbonchat-api</artifactId> <version>3.0.0-beta.32</version> <name>carbonchat-api</name> <description>API for interfacing with the CarbonChat Minecraft mod/plugin</description> <url>https://github.com/Hexaoxide/Carbon</url> <licenses> <license> <name>GNU General Public License version 3</name> <url>https://opensource.org/licenses/GPL-3.0</url> </license> </licenses> <developers> <developer> <id>Vicarious</id> <name>Josua Parks</name> </developer> <developer> <id>jmp</id> <name>Jason Penilla</name> </developer> </developers> <scm> <connection>scm:git:https://github.com/Hexaoxide/Carbon.git</connection> <developerConnection>scm:git:ssh://git@github.com/Hexaoxide/Carbon.git</developerConnection> <url>https://github.com/Hexaoxide/Carbon</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/Hexaoxide/Carbon/issues</url> </issueManagement> <ciManagement /> <dependencyManagement> <dependencies> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-bom</artifactId> <version>4.17.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-text-serializer-plain</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-text-serializer-legacy</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-text-serializer-gson</artifactId> <scope>compile</scope> <exclusions> <exclusion> <groupId>com.google.code.gson</groupId> <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>net.kyori</groupId> <artifactId>adventure-text-minimessage</artifactId> <version>4.17.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.checkerframework</groupId> <artifactId>checker-qual</artifactId> <version>3.49.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>compile</scope> </dependency> </dependencies> </project>