Bookshelf API Library

Bookshelf API Library

2M Downloads

Useful functions for TeamCoS and TeamBR Mods

Adding to your project

Add the following code to build.gradle:

repositories {
    maven {
        url "http://www.teambrmodding.com.com/maven2/"
    }
}

dependencies {
    compile group: "com.teambr.bookshelf", name: "Bookshelf-API", version: "+", classifier: "dev", changing: true
}