| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.oodt |
| Идентификатор | Идентификаторcas-filemgr |
| Последняя версия | Последняя версия1.9.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCatalog 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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cas-filemgr-1.9.1.pom | |
| cas-filemgr-1.9.1.jar | 522 KB |
| cas-filemgr-1.9.1-sources.jar | 446 KB |
| cas-filemgr-1.9.1-source-release.zip | 31 MB |
| cas-filemgr-1.9.1-javadoc.jar | 977 KB |
| cas-filemgr-1.9.1-dist.zip | 14 MB |
| cas-filemgr-1.9.1-dist.tar.gz | 14 MB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.python : jython | jar | 2.2-beta1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |