UnitXrossConverter java lib
Go to file
2016-10-24 17:00:32 +02:00
ff-unitxc-converter First raw version with unit types on request. 2016-10-24 17:00:32 +02:00
.gitignore added next java imp 2015-10-22 21:53:48 +02:00
build.md start project stucture 2015-09-08 22:39:28 +02:00
license.txt init commit some files 2015-09-08 21:37:32 +02:00
pom.xml start project stucture 2015-09-08 22:39:28 +02:00
readme.md WIP made compond units working and a bit of xml 2015-12-27 15:46:36 +01:00
todo.md start project stucture 2015-09-08 22:39:28 +02:00

FF-UnitXC

FF-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>ff-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