Every push to this repository is built and published to the BlameJared maven, to use these builds in your project, simply add the following code in your build.gradle
repositories {
maven { url 'https://maven.blamejared.com' }
}
dependencies {
implementation ("com.alexthw.sauce:sauce-[MC_VERSION]:[VERSION]") {transitive=false}
}(remove the v)