Last Version

Catalog and Archive Service Generic Multi-valued Metadata Container 1.9.1

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.

License

License

Categories

Categories

Data
GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

cas-metadata
Version

Version

1.9.1
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Apache OODT

Download cas-metadata 1.9.1


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

Dependencies

compile (10)

Group / Artifact Type Version
com.google.guava : guava jar 19.0
commons-codec : commons-codec jar 1.10
commons-io : commons-io jar 2.5
commons-lang : commons-lang jar 2.6
commons-logging : commons-logging jar 1.2
org.apache.oodt : oodt-commons jar 1.9.1
org.apache.oodt : pcs-input jar 1.9.1
org.apache.tika : tika-core jar 1.13
org.springframework : spring-core jar 2.5.4
org.springframework : spring-hibernate3 jar 2.0.8

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.