Import using Gradle

To implement Dynamic HUD using Gradle, you can simply put these in your build.gradle

allprojects {
	repositories {
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
	// Dynamic HUD
	modImplementation 'com.github.V-Fast:DynamicHUD:<Version>'
}

After, you need to reload Gradle and it should be imported nicely