/JavaMeasure

OO library for dealing with units of measure and conversion between different systems

Primary LanguageJavaMIT LicenseMIT

#JavaMeasure

Introduction

Java Measure was created to handle units of measure for any kind of system and the converions between them in an OO way. It was originally hosted on SourceForge.

Quick Start

  1. edit build.properties to suit (see build.properties.example for required info)
  2. 'ant jar'

Should compile and create the jar for you to use.

'ant javadoc'

Should create the Javadocs for the Java Measure API.

enjoy.