Import using Gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
// Dynamic HUD
modImplementation 'com.github.V-Fast:DynamicHUD:<Version>'
}allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
// Dynamic HUD
modImplementation 'com.github.V-Fast:DynamicHUD:<Version>'
}