Maven Repository - POM file for Library netcdf 4.2-min 4.2-min

Summary

The NetCDF-Java Library.

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

Declaration

Here is the list of declaration for netcdf. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>edu.ucar</groupId>
   <artifactId>netcdf</artifactId>
   <version>4.2-min</version>
</dependency>

If you think this Maven repository POM file listing for netcdf is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:(MIT-style) netCDF C library license.
URL: http://www.unidata.ucar.edu/software/netcdf/copyright.html.

Depends on

The netcdf-4.2-min has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logslf4j-api 1.5.6
The slf4j API
64

Depended by

The following table lists the most popular artifacts which are depending on netcdf-4.2-min. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
ORMjackrabbit-core 2.2.9
Jackrabbit content repository implementation
8

Packages

The following packages are defined in the netcdf-4.2-min.jar

net.jcip.annotations
thredds.catalog
thredds.catalog.crawl
thredds.catalog.dl
thredds.catalog.parser.jdom
thredds.catalog.query
thredds.catalog.util
thredds.catalog2
thredds.catalog2.builder
thredds.catalog2.builder.util
thredds.catalog2.simpleImpl
thredds.catalog2.util
thredds.catalog2.xml.names
thredds.catalog2.xml.parser
thredds.catalog2.xml.parser.stax
thredds.catalog2.xml.writer
thredds.catalog2.xml.writer.stax
thredds.cataloggen
thredds.cataloggen.catalogrefexpander
thredds.cataloggen.config
thredds.cataloggen.datasetenhancer
thredds.cataloggen.inserter
thredds.crawlabledataset
thredds.crawlabledataset.filter
thredds.crawlabledataset.sorter
thredds.filesystem
thredds.inventory
thredds.inventory.bdb
thredds.inventory.filter
thredds.util
thredds.wcs
thredds.wcs.v1_0_0_1
thredds.wcs.v1_0_0_Plus
thredds.wcs.v1_1_0
ucar.atd.dorade
ucar.ma2
ucar.nc2
ucar.nc2.constants
ucar.nc2.dataset
ucar.nc2.dataset.conv
ucar.nc2.dataset.transform
ucar.nc2.dods
ucar.nc2.dt
ucar.nc2.dt.fmr
ucar.nc2.dt.fmrc
ucar.nc2.dt.grid
ucar.nc2.dt.image
ucar.nc2.dt.point
ucar.nc2.dt.point.decode
ucar.nc2.dt.radial
ucar.nc2.dt.trajectory
ucar.nc2.ft
ucar.nc2.ft.coordsys
ucar.nc2.ft.fmrc
ucar.nc2.ft.grid
ucar.nc2.ft.point
ucar.nc2.ft.point.collection
ucar.nc2.ft.point.remote
ucar.nc2.ft.point.standard
ucar.nc2.ft.point.standard.plug
ucar.nc2.ft.point.writer
ucar.nc2.ft.radial
ucar.nc2.ft.scan
ucar.nc2.geotiff
ucar.nc2.iosp
ucar.nc2.iosp.adde
ucar.nc2.iosp.bufr
ucar.nc2.iosp.bufr.tables
ucar.nc2.iosp.bufr.writer
ucar.nc2.iosp.cinrad
ucar.nc2.iosp.dmsp
ucar.nc2.iosp.dorade
ucar.nc2.iosp.fysat
ucar.nc2.iosp.fysat.util
ucar.nc2.iosp.gempak
ucar.nc2.iosp.gini
ucar.nc2.iosp.grib
ucar.nc2.iosp.grib.tables
ucar.nc2.iosp.grid
ucar.nc2.iosp.hdf4
ucar.nc2.iosp.hdf5
ucar.nc2.iosp.mcidas
ucar.nc2.iosp.misc
ucar.nc2.iosp.netcdf3
ucar.nc2.iosp.nexrad2
ucar.nc2.iosp.nids
ucar.nc2.iosp.nowrad
ucar.nc2.iosp.sigmet
ucar.nc2.iosp.uamiv
ucar.nc2.iosp.uf
ucar.nc2.ncml
ucar.nc2.stream
ucar.nc2.thredds
ucar.nc2.units
ucar.nc2.util
ucar.nc2.util.cache
ucar.nc2.util.net
ucar.nc2.util.xml
ucar.unidata.geoloc
ucar.unidata.geoloc.ogc
ucar.unidata.geoloc.projection
ucar.unidata.geoloc.projection.proj4
ucar.unidata.geoloc.projection.sat
ucar.unidata.geoloc.vertical
ucar.unidata.io
ucar.unidata.io.bzip2
ucar.unidata.io.http
ucar.unidata.util
ucar.units
ucar.util.prefs




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>edu.ucar</groupId>
  <artifactId>netcdf</artifactId>
  <packaging>jar</packaging>
  <name>The NetCDF-Java Library</name>
  <version>4.2-min</version>
  <description>The NetCDF-Java Library is a Java interface to NetCDF files,
   as well as to many other types of scientific data formats.
  </description>
  <url>http://www.unidata.ucar.edu/software/netcdf-java/</url>
  <licenses>
    <license>
      <name>(MIT-style) netCDF C library license.</name>
      <url>http://www.unidata.ucar.edu/software/netcdf/copyright.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://svn.unidata.ucar.edu/repos/thredds/trunk</url>
    <connection>http://svn.unidata.ucar.edu/repos/thredds/trunk/</connection>
  </scm>
  
  <dependencies>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.5.6</version>
        </dependency>
  </dependencies>
</project>