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