is not current version
Last Version 1.9.1

org.apache.oodt:cas-product 0.2

This project builds on top of the CAS file management component and exposes its underlying data delivery capabilities using the OODT ProductServer component. All-in-all, this project contributes an OODT LargeProductHandler component, that can be used to deliver and format a CAS product structure into an OODT XML Query Result Set.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

cas-product
Version

Version

0.2
Type

Type

war

Download cas-product 0.2


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