MVN

org.apache.oodt : oodt-product

Maven & Gradle

Jun 21, 2016
4 usages

Product Service · The Product Service provides access to data products. Products can be scientific datasets, images, documents, or anything with an electronic representation. The Product Service accepts standard query expressions (see the Query Expression component) and returns zero or more matching products. In addition, the product service can transform products from proprietary formats and into Internet standard formats or run other transformations, all without impacting local stores or operations.

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

Latest Version

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

  • Latest Stable: 1.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.apache.oodt:oodt-product:1.0'

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

implementation("org.apache.oodt:oodt-product:1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.oodt" % "oodt-product" % "1.0"

Advertisement

Dependencies from Group

Sep 25, 2021
21 usages
Sep 25, 2021
18 usages
18 stars
Sep 25, 2021
16 usages
Sep 25, 2021
8 usages
Sep 25, 2021
8 usages

Discover Dependencies

Sep 25, 2021
18 stars
Sep 26, 2021
Apr 15, 2017
4 usages
Jun 25, 2023
10 usages
Aug 16, 2023
1 usages
Aug 16, 2023
7 usages
Sep 19, 2016
2 usages
1 stars