/sius

S.I. Unit System - unit conversion/processing library in java

Primary LanguageJavaApache License 2.0Apache-2.0

sius Build Status Coverage Status Version Info License Info

S.I. Unit System

Overview

Sius is a library for SI unit conversion. It is statically typed to prevent computations with uncompatible units at compile time.

Documentation

The classes documentation is available here http://mbe24.github.io/sius/.

Continuous integration

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.

Usage

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>