MVN

org.apache.oodt : opendapps

Maven & Gradle

Jun 21, 2016

Apache OODT Configurable OPeNDAP Profile Server · A generic, configurable Apache OODT profile server implementation that easily connects to OPeNDAP data sources. Connections are configured via an XML configuration file, providing information on how to extract and translate datasets from OPeNDAP and THREDDS into OODT profiles.

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>opendapps</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.oodt : opendapps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.apache.oodt : opendapps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
opendapps-1.0
0.12
opendapps-0.12
0.11
opendapps-0.11
0.10
opendapps-0.10
0.9
opendapps-0.9
0.8.x
opendapps-0.8.1
0.8
opendapps-0.8
0.7
opendapps-0.7
0.6
opendapps-0.6
0.5
opendapps-0.5
0.4
opendapps-0.4
0.3
opendapps-0.3
0.2
opendapps-0.2

How to add a dependency to Maven

Add the following org.apache.oodt : opendapps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>opendapps</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.oodt : opendapps gradle dependency to your build.gradle file:

implementation 'org.apache.oodt:opendapps:1.0'

Gradle Kotlin DSL: Add the following org.apache.oodt : opendapps gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.oodt:opendapps:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.oodt : opendapps sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.oodt" % "opendapps" % "1.0"