A Java library that handles time and space effectively.
- Provides abstractions for temporal coordinate and time offsets, with precision less than one nanosecond.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.giulioscattolin:plutonium:1.0.0-alpha.6'
}