is not current version
Last Version 2022.02

org.mycore:mycore-coma 2019.11

Manages MyCoRe objects and derivates

GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-coma
Version

Version

2019.11
Type

Type

jar

Download mycore-coma 2019.11


<!-- https://jarcasting.com/artifacts/org.mycore/mycore-coma/ -->
<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-coma</artifactId>
    <version>2019.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-coma/
implementation 'org.mycore:mycore-coma:2019.11'
// https://jarcasting.com/artifacts/org.mycore/mycore-coma/
implementation ("org.mycore:mycore-coma:2019.11")
'org.mycore:mycore-coma:jar:2019.11'
<dependency org="org.mycore" name="mycore-coma" rev="2019.11">
  <artifact name="mycore-coma" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-coma', version='2019.11')
)
libraryDependencies += "org.mycore" % "mycore-coma" % "2019.11"
[org.mycore/mycore-coma "2019.11"]