is not current version
Last Version 2022.02

org.mycore:mycore-migration 2020.05


GroupId

GroupId

org.mycore
ArtifactId

ArtifactId

mycore-migration
Version

Version

2020.05
Type

Type

jar

Download mycore-migration 2020.05


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