ErdbeerbaerLP / CFCore-API

This is an small and simple binding for the new CurseForge (CFCore) API written in java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFCore API

This is an small and simple binding for the new CurseForge API written in java.

Gradle:

// ...
repositories {
    maven { url "https://repo.erdbeerbaerlp.de/repository/maven-public/" }
}
// ...
dependencies {
    implementation "de.erdbeerbaerlp:cfcore:1.0.1"
}

About

This is an small and simple binding for the new CurseForge (CFCore) API written in java.


Languages

Language:Java 100.0%