Skip to content

CodeCraftPlugin/registry-lib

Repository files navigation

Registry Lib

https://search.maven.org/artifact/io.github.codecraftplugin/registry-lib/1.19.2-1.0.1/jar

Installation

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()
}

License

This Library is under MIT License