Download netcdf-4.2.jar file - Jar n

Jar examples for n:netcdf

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 netcdf 4.2 in this page.

License

(MIT-style) netCDF C library license.

Build File

You can use the following script to add netcdf-4.2.jar to your project.

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

Download

Click the following link to download the jar file.

netcdf-4.2-javadoc.jar
netcdf-4.2-sources.jar
netcdf-4.2.jar
netcdf-4.2.pom



Related Tutorials