Download cdm-4.5.5.jar file - Jar c

Jar examples for c:cdm

Description

The NetCDF-Java Library is a Java interface to NetCDF files, as well as to many other types of scientific data formats.

You can download jar file cdm 4.5.5 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

cdm-4.5.5-javadoc.jar
cdm-4.5.5-sources.jar
cdm-4.5.5-tests.jar
cdm-4.5.5.jar
cdm-4.5.5.pom



Related Tutorials