Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matyrobbrt/curseforgejavaapi

An unoficial Java wrapper for the CurseForge API.
https://github.com/matyrobbrt/curseforgejavaapi

curseforge-api java java-17

Last synced: 27 days ago
JSON representation

An unoficial Java wrapper for the CurseForge API.

Awesome Lists containing this project

README

        

# CurseForgeJavaAPI
An **unoficial** Java wrapper for the CurseForge API.

# Adding the dependency
With Maven:
```xml

io.github.matyrobbrt
curseforgeapi
CF-API-VERSION
compile

```

With Gradle:
```groovy
repositories {
mavenCentral()
}

dependencies {
implementation 'io.github.matyrobbrt:curseforgeapi:CF-API-VERSION'
}
```

Latest versions can be found on [Maven](https://repo1.maven.org/maven2/io/github/matyrobbrt/curseforgeapi/).

# Using the library
See the [Getting Started](https://github.com/Matyrobbrt/CurseForgeJavaAPI/wiki/Get-Started) page on how to use this library!