is not current version
Last Version 2022.02

org.mycore:mycore-coma 2020.05

Manages MyCoRe objects and derivates

GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-coma
Version

Version

2020.05
Type

Type

jar

Download mycore-coma 2020.05


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