| Группа | Группаorg.mycore |
|---|---|
| Идентификатор | Идентификаторmycore-migration |
| Версия | Версия2021.06.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mycore-migration-2021.06.0.pom | |
| mycore-migration-2021.06.0.jar | 13 KB |
| mycore-migration-2021.06.0-sources.jar | 8 KB |
| mycore-migration-2021.06.0-javadoc.jar | 392 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mycore/mycore-migration/ -->
<dependency>
<groupId>org.mycore</groupId>
<artifactId>mycore-migration</artifactId>
<version>2021.06.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mycore/mycore-migration/
implementation 'org.mycore:mycore-migration:2021.06.0'
// https://jarcasting.com/artifacts/org.mycore/mycore-migration/
implementation ("org.mycore:mycore-migration:2021.06.0")
'org.mycore:mycore-migration:jar:2021.06.0'
<dependency org="org.mycore" name="mycore-migration" rev="2021.06.0">
<artifact name="mycore-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mycore', module='mycore-migration', version='2021.06.0')
)
libraryDependencies += "org.mycore" % "mycore-migration" % "2021.06.0"
[org.mycore/mycore-migration "2021.06.0"]