Skip to content

For Developers

Christian W. edited this page Jul 19, 2025 · 3 revisions

Warning

You must know java. Keep note that we will not spoon feed you code. We may provide examples, but it is only for educating yourself on how to use the API.

Maven Repo

<repository>
    <id>cwhead-dev-repo</id>
    <url>https://repo.cwhead.dev/repository/maven-public/</url>
</repository>

<dependency>
  <groupId>com.ranull</groupId>
  <artifactId>GravesX</artifactId>
  <version>4.9.x.x-api</version>
</dependency>

Gradle Repo

maven {
    name = "cwheadDevRepo"
    url = uri("https://repo.cwhead.dev/repository/maven-public/")
}

implementation("com.ranull:GravesX:4.9.x.x-api")

Javadocs

Javadocs are located here.

Clone this wiki locally