An unoficial Java wrapper for the CurseForge API.
With Maven:
<dependency>
<groupId>io.github.matyrobbrt</groupId>
<artifactId>curseforgeapi</artifactId>
<version>CF-API-VERSION</version>
<scope>compile</scope>
</dependency>
With Gradle:
repositories {
mavenCentral()
}
dependencies {
implementation 'io.github.matyrobbrt:curseforgeapi:CF-API-VERSION'
}
Latest versions can be found on Maven.
See the Getting Started page on how to use this library!