Skip to content

Eufranio/StorageUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StorageUtils

This is a simple API which provides useful wrappers for Configurate's ConfigSerializable config system, and ORMLite's database access objects.

Importing

Importing this to the classpath can be done with Jitpack:

dependencies {
    compile 'com.github.Eufranio:StorageUtils:2.2'
}

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