Sius is a library for SI unit conversion. It is statically typed to prevent computations with uncompatible units at compile time.
The classes documentation is available here http://mbe24.github.io/sius/.
Sius' build configuration uses two CI services: travis-ci and drone, since travis does not allow downloading build artifacts and drone does not support gradle for java.
Please visit https://drone.io/github.com/mbe24/sius/files for current jars.
Download the jars manually or add sius to your maven dependencies
<dependency>
<groupId>org.beyene</groupId>
<artifactId>sius</artifactId>
<version>0.3.0</version>
</dependency>