Welcome to Cleanroom's Simplified CurseMaven

Usages:

exclusiveContent {
    forRepository {
        maven {
            name 'CurseMaven'
            url 'https://curse.cleanroommc.com'
        }
    }
    filter {
        includeGroup 'curse.maven'
    }
}

dependencies {
    // Examples

    // mouse-tweaks = Label
    // 60089 = Project ID
    // 3359843 = File ID
    implementation 'curse.maven:mouse-tweaks-60089:3359843'

    // +3359844 = Suffix to denote the File ID of a "source jar"
    // This is compatible with IntelliJ's Download Sources function
    implementation 'curse.maven:mouse-tweaks-60089:3359843+3359844'
}