-
-
Notifications
You must be signed in to change notification settings - Fork 57
API (for developers)
Jason Penilla edited this page Jun 29, 2025
·
7 revisions
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")
}https://javadoc.io/doc/de.hexaoxi/carbonchat-api/latest/index.html