License |
License |
---|---|
GroupId | GroupIdorg.apache.oodt |
ArtifactId | ArtifactIdcas-filemgr |
Version | Version1.9.1 |
Type | Typejar |
Description |
DescriptionCatalog and Archive File Management Component
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cas-filemgr-1.9.1.pom | |
cas-filemgr-1.9.1.jar | 588 KB |
cas-filemgr-1.9.1-sources.jar | 423 KB |
cas-filemgr-1.9.1-javadoc.jar | 1 MB |
cas-filemgr-1.9.1-dist.zip | 159 MB |
cas-filemgr-1.9.1-dist.tar.gz | 159 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-filemgr/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-filemgr</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-filemgr/
implementation 'org.apache.oodt:cas-filemgr:1.9.1'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-filemgr/
implementation ("org.apache.oodt:cas-filemgr:1.9.1")
'org.apache.oodt:cas-filemgr:jar:1.9.1'
<dependency org="org.apache.oodt" name="cas-filemgr" rev="1.9.1">
<artifact name="cas-filemgr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-filemgr', version='1.9.1')
)
libraryDependencies += "org.apache.oodt" % "cas-filemgr" % "1.9.1"
[org.apache.oodt/cas-filemgr "1.9.1"]
Group / Artifact | Type | Version |
---|---|---|
org.python : jython | jar | 2.2-beta1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
mysql : mysql-connector-java | jar | 6.0.3 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.9.5 |