jsr-275.
The version 1.0 is not official yet and points to the latest draft release..
Here is the list of declaration for jsr-275. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>javax.measure</groupId> <artifactId>jsr-275</artifactId> <version>1.0.0</version> </dependency>
If you think this Maven repository POM file listing for jsr-275 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <!-- Project Information --> <modelVersion>4.0.0</modelVersion> <groupId>javax.measure</groupId> <artifactId>jsr-275</artifactId> <version>1.0.0</version> <name>jsr-275</name> <description>The version 1.0 is not official yet and points to the latest draft release. </description> <build> <extensions> <extension> <groupId>org.jvnet.wagon-svn</groupId> <artifactId>wagon-svn</artifactId> <version>1.9</version> </extension> </extensions> </build> <distributionManagement> <relocation> <groupId>javax.measure</groupId> <artifactId>jsr-275</artifactId> <version>0.9.1</version> </relocation> <repository> <uniqueVersion>false</uniqueVersion> <id>java.net-maven2-repository</id> <url>java-net:/maven2-repository/trunk/repository/</url> </repository> </distributionManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>