Skip to content

A library to download & load dependencies during runtime for Minecraft mods & plugins

License

Notifications You must be signed in to change notification settings

Vankka/MinecraftDependencyDownload

Repository files navigation

MinecraftDependencyDownload

Maven Central Sonatype Nexus (Snapshots)

Minecraft implementations for DependencyDownload

Heavily inspired by LuckPerms' dependency management system

Dependency

repositories {
    mavenCentral()
}

dependencies {
    implementation 'dev.vankka:minecraftdependencydownload-<artifact>:1.0.0'
}
Snapshots
repositories {
    maven {
        url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
    }
}

dependencies {
    implementation 'dev.vankka:minecraftdependencydownload-<artifact>:1.0.1-SNAPSHOT'
}

How to use it?

The Wiki has guides for the following platforms:

with more to come