Skip to content

liturner/measures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measures

A leightweight Units and Measures Java Package. The classes aim to provide a simple yet accurate toolset for working with conversions between different kinds of Unit. Check out the Project Site for a few examples.

Binaries

The Project is built with Java 17, and delivers the module de.turnertech.measures.

The compiled Jar files are available on Maven Central with the coordinates:

<dependency>
    <groupId>de.turnertech</groupId>
    <artifactId>measures</artifactId>
    <!--version>Find the newest on https://central.sonatype.com/</version-->
</dependency>

Docs

Contributing

Feel free to open a Pull Request or to create an issue. I cannot promise I will answer quickly, but contributions are very welcome.

Please make sure to include at least a few unit tests on your code.

Credits

  • Thankyou to the UCUM project for providing well documented descriptions of Units.

License

See the LICENSE file in the root of the repository.