Unit of measurement API in Java?
Posted
by
Carlos P
on Stack Overflow
See other posts from Stack Overflow
or by Carlos P
Published on 2011-06-24T23:16:08Z
Indexed on
2011/06/25
0:22 UTC
Read the original article
Hit count: 305
JSR-275 has been rejected, the Units of Measurement API for Java project is a set of interfaces, but haven't found an open source implementation.
On this post: Which jsr-275 units implementation should be used? the project owner mentions the implementation was going to be ready by the end of last year on JScience, but didn't find anything there to convert between weight or length units and when I looked for JScience on https://maven.java.net/, I found it, but the JAR wasn't even in the directory https://maven.java.net/content/repositories/snapshots/org/jscience/jscience/5.0-SNAPSHOT/, so I had to get it from somewhere else.
Has this project been left behind? And is there currently an implementation for conversion of Units of measurement in Java and even perhaps a Maven repo?
© Stack Overflow or respective owner