java library for unit conversions

Posted by Samuel on Stack Overflow See other posts from Stack Overflow or by Samuel
Published on 2010-03-24T06:43:04Z Indexed on 2010/03/24 6:53 UTC
Read the original article Hit count: 364

Filed under:

Are there any java libraries (Apache Style licenses) which provide a higher level of abstraction for unit conversions. e.g.

  1. kilograms to grams or grams to kilograms
  2. meters to centimeters or centimeters to meters
  3. ft - inches to centimeters

I have looked at JSR 275 but it seems to be in a rejected state. Any Apache 2.0 style license will definitely help me here.

© Stack Overflow or respective owner

Related posts about java