Skip to content

intkgc/bdb5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdb5-remake

stability-beta

bdb is a small library for storing data in the form of binary objects

Gradle

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        //...
        maven { url 'https://jitpack.io' }
    }
}

Add dependency to project:

dependencies {
    //...
    implementation 'com.github.JVMFrog:bdb5-remake:Tag'
}