Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 877 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 877 Bytes

plutonium

A Java library that handles time and space effectively.

  • Provides abstractions for temporal coordinate and time offsets, with precision less than one nanosecond.

CI badge JitPack badge Javadoc badge semantic-release

Installation

Gradle (Groovy)

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

dependencies {
    implementation 'com.github.giulioscattolin:plutonium:1.0.0-alpha.6'
}