Skip to content

Matyrobbrt/CurseForgeJavaAPI

Repository files navigation

CurseForgeJavaAPI

An unoficial Java wrapper for the CurseForge API.

Adding the dependency

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.

Using the library

See the Getting Started page on how to use this library!

About

An unoficial Java wrapper for the CurseForge API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages