In build.gradle
dependencies{
.......
modImplementation "io.github.codecraftplugin:registry-lib:${project.registery_lib_version}"
}
In the gradle.properties of your project
registery_lib_version = "enter the latest version"
in the repositories section of build.gradle
repositories {
.....
mavenCentral()
}
This Library is under MIT License