GroupId | GroupIdorg.mycore |
---|---|
ArtifactId | ArtifactIdmycore-migration |
Version | Version2019.02 |
Type | Typejar |
Filename | Size |
---|---|
mycore-migration-2019.02.pom | |
mycore-migration-2019.02.jar | 24 KB |
mycore-migration-2019.02-sources.jar | 20 KB |
mycore-migration-2019.02-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-migration/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-migration</artifactId>
<version>2019.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-migration/
implementation 'org.mycore:mycore-migration:2019.02'
// https://jarcasting.com/artifacts/org.mycore/mycore-migration/
implementation ("org.mycore:mycore-migration:2019.02")
'org.mycore:mycore-migration:jar:2019.02'
<dependency org="org.mycore" name="mycore-migration" rev="2019.02">
<artifact name="mycore-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-migration', version='2019.02')
)
libraryDependencies += "org.mycore" % "mycore-migration" % "2019.02"
[org.mycore/mycore-migration "2019.02"]