-
Notifications
You must be signed in to change notification settings - Fork 16
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.
<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>maven {
name = "cwheadDevRepo"
url = uri("https://repo.cwhead.dev/repository/maven-public/")
}
implementation("com.ranull:GravesX:4.9.x.x-api")Javadocs are located here.