Bookshelf API Library

Collection of functions used for TeamCoS and TeamBR mods

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
}

 

 

The Bookshelf API Library Team

HighCrafter tier frameprofile avatar
  • 2
    Followers
  • 2
    Projects
  • 4.2M
    Downloads

More from _ForgeUser23555848