MVN

org.apache.oodt : cas-metadata

Maven & Gradle

Sep 25, 2021
21 usages

Catalog and Archive Service Generic Multi-valued Metadata Container · A Multi-valued, generic Metadata container class. The class uses an internal Map of string keys pointing to vectors of strings. The data structure looks like the following: [std:string key]⇒std:vector of std:strings The multi-valued nature of the class is handled transparently by this Metadata container. Since all values are stored internally as string vectors, the difference between a scalar value and a non-scalar is handled by determining whether the list of values for a particular key is greater than 1.

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>cas-metadata</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9.1

All Versions

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

Version Vulnerabilities Updated
1.9.x
cas-metadata-1.9.1
1.9
cas-metadata-1.9
1.2.x
cas-metadata-1.2.5
cas-metadata-1.2.4
cas-metadata-1.2.3
cas-metadata-1.2.2
cas-metadata-1.2.1
1.2
cas-metadata-1.2
1.1
cas-metadata-1.1
1.0
cas-metadata-1.0
0.12
cas-metadata-0.12
0.11
cas-metadata-0.11
0.10
cas-metadata-0.10
0.9
cas-metadata-0.9
0.8.x
cas-metadata-0.8.1
0.8
cas-metadata-0.8
0.7
cas-metadata-0.7
0.6
cas-metadata-0.6
0.5
cas-metadata-0.5
0.4
cas-metadata-0.4
0.3
cas-metadata-0.3
0.2
cas-metadata-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.oodt</groupId>
    <artifactId>cas-metadata</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.oodt:cas-metadata:1.9.1'

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

implementation("org.apache.oodt:cas-metadata:1.9.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.oodt" % "cas-metadata" % "1.9.1"

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

Aug 09, 2023
19 usages
1.5k stars
Nov 12, 2019
23 usages
Apr 21, 2019
19 usages
3 stars
Nov 04, 2018
24 usages
1.6k stars
Aug 25, 2022
23 usages
2 stars
May 12, 2017
17 usages
Jun 11, 2016
17 usages
Jan 13, 2017
54 usages
90 stars