MVN

edu.ucar : thredds-parent

Maven & Gradle

Mar 10, 2015
251 stars

Parent THREDDS and CDM modules · The Unidata THREDDS project includes the netCDF-Java library (aka CDM) and the THREDDS Data Server (TDS).

<dependency>
    <groupId>edu.ucar</groupId>
    <artifactId>thredds-parent</artifactId>
    <version>4.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.ucar : thredds-parent to add to Maven - Latest Versions:

  • Latest Stable: 4.5.5

All Versions

Choose a version of edu.ucar : thredds-parent to add to Maven - All Versions:

  • Version Updated
  • thredds-parent-4.5.5

    Mar 10, 2015
  • thredds-parent-4.5.4

    Jan 29, 2015
  • thredds-parent-4.5.3

    Nov 24, 2014

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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