-
Notifications
You must be signed in to change notification settings - Fork 1
For Developers
Christian W. edited this page Sep 25, 2024
·
1 revision
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.4.1-api</version>
</dependency>
maven {
name = "cwheadDevRepo"
url = uri("https://repo.cwhead.dev/repository/maven-public/")
}
implementation("com.ranull:GravesX:4.9.4.1-api")
Javadocs are located here.