Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 603 Bytes

File metadata and controls

15 lines (13 loc) · 603 Bytes

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'
}