API (for developers) - Hexaoxide/Carbon GitHub Wiki

Dependency information

Releases and betas are published to Maven Central

Using snapshot builds

Snapshot builds are available on the Sonatype snapshots maven repository: https://central.sonatype.com/repository/maven-snapshots/

Consult your build tool's documentation for details on adding maven repositories to your project.

Maven

<dependency>
    <groupId>de.hexaoxi</groupId>
    <artifactId>carbonchat-api</artifactId>
    <version>3.0.0-beta.26</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    compileOnly("de.hexaoxi:carbonchat-api:3.0.0-beta.26")
}

Javadocs

https://javadoc.io/doc/de.hexaoxi/carbonchat-api/latest/index.html

⚠️ **GitHub.com Fallback** ⚠️