2017-06-10 16:44:17 +00:00
|
|
|
UnitXC
|
2015-09-08 20:39:28 +00:00
|
|
|
=========
|
|
|
|
|
2017-06-10 16:44:17 +00:00
|
|
|
UnitXC is a java8 library providing a cross unit converter.
|
2015-12-27 14:46:36 +00:00
|
|
|
NOTE: Status is in progress.
|
2015-09-08 20:39:28 +00:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
* Many units provided.
|
|
|
|
* Unit groups.
|
2015-12-27 14:46:36 +00:00
|
|
|
* Unit flags.
|
2015-09-08 20:39:28 +00:00
|
|
|
* Full metric system.
|
|
|
|
* Imperial values.
|
2015-12-27 14:46:36 +00:00
|
|
|
* Weird SI units.
|
2015-09-08 20:39:28 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Add maven deps;
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.forwardfire.unitxc</groupId>
|
2017-06-10 16:44:17 +00:00
|
|
|
<artifactId>unitxc-converter</artifactId>
|
2015-09-08 20:39:28 +00:00
|
|
|
<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
|
|
|
|
|
|
|
|
|