| License |
License |
|---|---|
| GroupId | GroupIdorg.mycore |
| ArtifactId | ArtifactIdmycore-restapi |
| Last Version | Last Version2022.02 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMyCoRe REST API
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-restapi-2022.02.pom | |
| mycore-restapi-2022.02.jar | 230 KB |
| mycore-restapi-2022.02-sources.jar | 130 KB |
| mycore-restapi-2022.02-javadoc.jar | 792 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-restapi/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-restapi</artifactId>
<version>2022.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-restapi/
implementation 'org.mycore:mycore-restapi:2022.02'
// https://jarcasting.com/artifacts/org.mycore/mycore-restapi/
implementation ("org.mycore:mycore-restapi:2022.02")
'org.mycore:mycore-restapi:jar:2022.02'
<dependency org="org.mycore" name="mycore-restapi" rev="2022.02">
<artifact name="mycore-restapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-restapi', version='2022.02')
)
libraryDependencies += "org.mycore" % "mycore-restapi" % "2022.02"
[org.mycore/mycore-restapi "2022.02"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.servlet : jakarta.servlet-api | jar | 5.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.containers : jersey-container-servlet | jar | |
| org.glassfish.jersey.media : jersey-media-sse | jar |