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: 387
java
Are there any java libraries (Apache Style licenses) which provide a higher level of abstraction for unit conversions. e.g.
- kilograms to grams or grams to kilograms
- meters to centimeters or centimeters to meters
- 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