Download jsr-275-0.9.3.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 0.9.3 in this page.

License

Specification License

Build File

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

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

Download

Click the following link to download the jar file.

jsr-275-0.9.3.jar
jsr-275-0.9.3.pom



Related Tutorials