| License |
License |
|---|---|
| Categories |
CategoriesDex General Purpose Libraries Utility |
| GroupId | GroupIdorg.mycore |
| ArtifactId | ArtifactIdmycore-indexing |
| Version | Version2021.05 |
| Type | Typejar |
| Description |
DescriptionMyCoRe Sitemap Protocol support
MyCoRe is a system for the development of institutional content repositories, publication servers, image collections, archives, or similar repositories.
Applications based on MyCoRe use a common core, which provides the functionality typically required for such applications, for example metadata management, querying, OAI harvesting interface, or an image viewer module.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mycore-indexing-2021.05.pom | |
| mycore-indexing-2021.05.jar | 13 KB |
| mycore-indexing-2021.05-sources.jar | 10 KB |
| mycore-indexing-2021.05-javadoc.jar | 404 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-indexing/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-indexing</artifactId>
<version>2021.05</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-indexing/
implementation 'org.mycore:mycore-indexing:2021.05'
// https://jarcasting.com/artifacts/org.mycore/mycore-indexing/
implementation ("org.mycore:mycore-indexing:2021.05")
'org.mycore:mycore-indexing:jar:2021.05'
<dependency org="org.mycore" name="mycore-indexing" rev="2021.05">
<artifact name="mycore-indexing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-indexing', version='2021.05')
)
libraryDependencies += "org.mycore" % "mycore-indexing" % "2021.05"
[org.mycore/mycore-indexing "2021.05"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api | jar | |
| org.apache.solr : solr-solrj | jar | 8.8.2 |
| org.jdom : jdom2 | jar | 2.0.6 |
| org.mycore : mycore-base | jar | 2021.05 |
| org.mycore : mycore-solr | jar | 2021.05 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.servlet : jakarta.servlet-api | jar | 4.0.4 |