Download jsr-275-1.0.0.jar file - Jar j

Jar examples for j:jsr-275

Description

JSR-275 specifies Java packages for the programmatic handling of physical quantities and their expression as numbers of units.

You can download jar file jsr-275 1.0.0 in this page.

License

Specification License

Build File

You can use the following script to add jsr-275-1.0.0.jar to your project.

<dependency>
   <groupId>javax.measure</groupId>
   <artifactId>jsr-275</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'javax.measure', name: 'jsr-275', version: '1.0.0'
libraryDependencies += "javax.measure" % "jsr-275" % "1.0.0"
<dependency org="javax.measure" name="jsr-275" rev="1.0.0"/>
@Grapes(@Grab(group='javax.measure', module='jsr-275', version='1.0.0'))
'javax.measure:jsr-275:jar:1.0.0'

Download

Click the following link to download the jar file.

jsr-275-1.0.0-javadoc.jar
jsr-275-1.0.0-sources.jar
jsr-275-1.0.0.jar
jsr-275-1.0.0.pom



Related Tutorials