Jar examples for n:netcdf
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.3.22 in this page.
(MIT-style) netCDF C library license.
You can use the following script to add netcdf-4.3.22.jar to your project.
<dependency> <groupId>edu.ucar</groupId> <artifactId>netcdf</artifactId> <version>4.3.22</version> </dependency>
compile group: 'edu.ucar', name: 'netcdf', version: '4.3.22'
libraryDependencies += "edu.ucar" % "netcdf" % "4.3.22"
<dependency org="edu.ucar" name="netcdf" rev="4.3.22"/>
@Grapes(@Grab(group='edu.ucar', module='netcdf', version='4.3.22'))
'edu.ucar:netcdf:jar:4.3.22'
Click the following link to download the jar file.
netcdf-4.3.22-javadoc.jar