| License |
License |
|---|---|
| GroupId | GroupIdorg.mycore |
| ArtifactId | ArtifactIdmycore-coma |
| Version | Version2021.05 |
| Type | Typejar |
| Description |
DescriptionMyCoRe Content Manager
Manages MyCoRe objects and derivates
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mycore-coma-2021.05.pom | |
| mycore-coma-2021.05.jar | 1 KB |
| mycore-coma-2021.05-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-coma/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-coma</artifactId>
<version>2021.05</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-coma/
implementation 'org.mycore:mycore-coma:2021.05'
// https://jarcasting.com/artifacts/org.mycore/mycore-coma/
implementation ("org.mycore:mycore-coma:2021.05")
'org.mycore:mycore-coma:jar:2021.05'
<dependency org="org.mycore" name="mycore-coma" rev="2021.05">
<artifact name="mycore-coma" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-coma', version='2021.05')
)
libraryDependencies += "org.mycore" % "mycore-coma" % "2021.05"
[org.mycore/mycore-coma "2021.05"]