Download netcdf-4.2.20.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.20 in this page.

License

(MIT-style) netCDF C library license.

Build File

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

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

Download

Click the following link to download the jar file.

netcdf-4.2.20-javadoc.jar
netcdf-4.2.20-sources.jar
netcdf-4.2.20.jar
netcdf-4.2.20.pom



Related Tutorials