is not current version
Last Version 1.9.1

org.apache.oodt:cas-filemgr 1.0

The file management component of a Catalog and Archive Service. This component purposefully separates data stores and metadata stores as standard interfaces, and provides some out of the box backend implementations of them (including one based on the javax.sql.DataSource interface). This component provides everything that you need to catalog, archive and manage files, and directories, and their associated metadata.

GroupId

GroupId

org.apache.oodt
ArtifactId

ArtifactId

cas-filemgr
Version

Version

1.0
Type

Type

jar

Download cas-filemgr 1.0


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