Bookshelf API Library
This library provides a collection of useful functions and tools that are actively used in modifications from TeamCoS and TeamBR. It serves as a fundamental foundation for developing various addons and extensions.
Integration into your project
To connect the library to your project, you need to add the following code to the build.gradle file:
repositories {
maven {
url "http://www.teambrmodding.com.com/maven2/"
}
}
dependencies {
compile group: "com.teambr.bookshelf", name: "Bookshelf-API", version: "+", classifier: "dev", changing: true
}