Download netcdf4-4.5.5.jar file

Introduction

You can download netcdf4-4.5.5.jar in this page.

License

Open Source

Type List

netcdf4-4.5.5.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/edu.ucar/netcdf4/pom.properties
META-INF/maven/edu.ucar/netcdf4/pom.xml
ucar.nc2.jni.netcdf.Nc4Iosp.class
ucar.nc2.jni.netcdf.Nc4prototypes.class
ucar.nc2.jni.netcdf.SizeT.class
ucar.nc2.jni.netcdf.SizeTByReference.class
ucar.nc2.rewrite.Rewrite.class
ucar.nc2.rewrite.RewriteGrid.class

Pom

netcdf4-4.5.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>thredds-parent</artifactId>
    <groupId>edu.ucar</groupId>
    <version>4.5.5</version>
  </parent>

  <artifactId>netcdf4</artifactId>
  <name>netCDF-4 IOSP JNI connection to C library</name>

  <dependencies>

    <dependency>
      <groupId>edu.ucar</groupId>
      <artifactId>cdm</artifactId>
    </dependency>

    <dependency>
      <groupId>net.jcip</groupId>
      <artifactId>jcip-annotations</artifactId>
    </dependency>

    <dependency>
     	<groupId>net.java.dev.jna</groupId>
     	<artifactId>jna</artifactId>
     </dependency>

    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>

  </dependencies>


</project>

POM Entry

<dependency>
   <groupId>edu.ucar</groupId>
   <artifactId>netcdf4</artifactId>
   <version>4.5.5</version>
</dependency>

Download

If you think the following netcdf4-4.5.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download netcdf4-4.5.5.jar file




PreviousNext

Related