Dependency: group: io.github.waterfallmc, name: waterfall-api, version: 1.12-SNAPSHOT
Repository: https://repo.destroystokyo.com/repository/maven-snapshots/ (You can check that the dependency is there)
In build.gradle:
Repository:
maven {
url "https://repo.destroystokyo.com/repository/maven-snapshots/"
}
Dependency:
compile 'io.github.waterfallmc:waterfall-api:1.12-SNAPSHOT'
Output: pastebin