UnitXrossConverter java lib
Go to file
Willem 8c02789a62 wip open left overs. 2018-03-25 17:03:53 +02:00
unitxc-converter wip open left overs. 2018-03-25 17:03:53 +02:00
.gitignore added next java imp 2015-10-22 21:53:48 +02:00
LICENSE.md Updated root text files. 2017-06-10 18:44:17 +02:00
README.md Updated root text files. 2017-06-10 18:44:17 +02:00
TODO.md Updated root text files. 2017-06-10 18:44:17 +02:00
build.md start project stucture 2015-09-08 22:39:28 +02:00
pom.xml removed ff prefix 2017-06-10 18:34:25 +02:00

README.md

UnitXC

UnitXC is a java8 library providing a cross unit converter. NOTE: Status is in progress.

Features

  • Many units provided.
  • Unit groups.
  • Unit flags.
  • Full metric system.
  • Imperial values.
  • Weird SI units.

Installation

Add maven deps;

<dependency>
  <groupId>net.forwardfire.unitxc</groupId>
  <artifactId>unitxc-converter</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>

Files in this package

  • build.md - Developer build commands.
  • license.txt - The license of ff-unitxc.
  • pom.xml - Maven specific build file.
  • readme.md - This file.
  • todo.md - Small todo list.
  • src - Site source.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Style and test your code.

Release History

Version 0.0.1

  • First public release