is not current version
Last Version 1.0

org.apache.oodt:oodt-product 0.10

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.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

oodt-product
Version

Version

0.10
Type

Type

jar

Download oodt-product 0.10


<!-- https://jarcasting.com/artifacts/org.apache.oodt/oodt-product/ -->
<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>oodt-product</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-product/
implementation 'org.apache.oodt:oodt-product:0.10'
// https://jarcasting.com/artifacts/org.apache.oodt/oodt-product/
implementation ("org.apache.oodt:oodt-product:0.10")
'org.apache.oodt:oodt-product:jar:0.10'
<dependency org="org.apache.oodt" name="oodt-product" rev="0.10">
  <artifact name="oodt-product" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='oodt-product', version='0.10')
)
libraryDependencies += "org.apache.oodt" % "oodt-product" % "0.10"
[org.apache.oodt/oodt-product "0.10"]