/Commons

POV: I'm tired of rewriting the same class 3 times

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Commons

maven discord Build Status

Shared classes used by our projects.

Adding our commons into your project:

repositories {
       maven { url 'https://maven.quantumclient.org/snapshots' }
}
dependencies { 
    implementation 'org.quantumclient:Commons:VERSION'
}