Download udunits-4.5.5.jar file - Jar u

Jar examples for u:udunits

Description

The ucar.units Java package is for decoding and encoding formatted unit specifications (e.g. "m/s"), converting numeric values between compatible units (e.g. between "m/s" and "knot"), and for performing arithmetic operations on units (e.g. dividing one unit by another, raising a unit to a power).

You can download jar file udunits 4.5.5 in this page.

Build File

You can use the following script to add udunits-4.5.5.jar to your project.

<dependency>
   <groupId>edu.ucar</groupId>
   <artifactId>udunits</artifactId>
   <version>4.5.5</version>
</dependency>
compile group: 'edu.ucar', name: 'udunits', version: '4.5.5'
libraryDependencies += "edu.ucar" % "udunits" % "4.5.5"
<dependency org="edu.ucar" name="udunits" rev="4.5.5"/>
@Grapes(@Grab(group='edu.ucar', module='udunits', version='4.5.5'))
'edu.ucar:udunits:jar:4.5.5'

Download

Click the following link to download the jar file.

udunits-4.5.5-javadoc.jar
udunits-4.5.5-sources.jar
udunits-4.5.5.jar
udunits-4.5.5.pom



Related Tutorials