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