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: 8 months ago
JSON representation
An unoficial Java wrapper for the CurseForge API.
- Host: GitHub
- URL: https://github.com/matyrobbrt/curseforgejavaapi
- Owner: Matyrobbrt
- License: mit
- Created: 2022-02-28T16:43:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T17:05:42.000Z (over 1 year ago)
- Last Synced: 2025-04-11T04:52:40.451Z (about 1 year ago)
- Topics: curseforge-api, java, java-17
- Language: Java
- Homepage:
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!