Installation
Chrono is currently deployed with Jitpack. To install it, add Jitpack to your maven repositories block, and add Chrono to your dependencies with whichever version you'd like, or the most recent release here:
repositories {
maven { url = "https://jitpack.io" }
}
dependencies {
// Other dependencies
implementation 'com.blazedeveloper:chrono:vX.Y.Z'
}