| Лицензия |
Лицензия |
|---|---|
| Группа | Группаgr.ekt |
| Идентификатор | Идентификаторenhancedoai |
| Последняя версия | Последняя версия0.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEnhanced OAI Server
The enhanced OAI server is a Java Servlet web application that implements the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) v2.0. It is based on OAICat (http://oclc.org/research/activities/oaicat.html) and the Biblio Transformation Engine (https://github.com/EKT/Biblio-Transformation-Engine). More than the flexibility it allows with BTE (custom filter and modifiers), it allows the administrator to define metadata mappings using XSLTs and that way to support easily more metadata formats.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| enhancedoai-0.1.1.pom | |
| enhancedoai-0.1.1.jar | 19 KB |
| enhancedoai-0.1.1-sources.jar | 12 KB |
| enhancedoai-0.1.1-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/gr.ekt/enhancedoai/ -->
<dependency>
<groupId>gr.ekt</groupId>
<artifactId>enhancedoai</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/gr.ekt/enhancedoai/
implementation 'gr.ekt:enhancedoai:0.1.1'
// https://jarcasting.com/artifacts/gr.ekt/enhancedoai/
implementation ("gr.ekt:enhancedoai:0.1.1")
'gr.ekt:enhancedoai:jar:0.1.1'
<dependency org="gr.ekt" name="enhancedoai" rev="0.1.1">
<artifact name="enhancedoai" type="jar" />
</dependency>
@Grapes(
@Grab(group='gr.ekt', module='enhancedoai', version='0.1.1')
)
libraryDependencies += "gr.ekt" % "enhancedoai" % "0.1.1"
[gr.ekt/enhancedoai "0.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.dspace : oaicat | jar | 1.5.48 |
| org.springframework : spring-context | jar | 4.0.1.RELEASE |
| org.springframework : spring-core | jar | 4.0.1.RELEASE |
| gr.ekt.bte : bte-core | jar | 0.9.3.4 |
| dom4j : dom4j | jar | 1.6.1 |
| jaxen : jaxen | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |