Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/matyrobbrt/curseforgejavaapi
- Owner: Matyrobbrt
- License: mit
- Created: 2022-02-28T16:43:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T07:40:55.000Z (9 months ago)
- Last Synced: 2024-10-03T11:23:18.203Z (about 1 month ago)
- Topics: curseforge-api, java, java-17
- Language: Java
- Homepage:
- Size: 222 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
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!