| Группа | Группаcom.github.ffgiraldez.migratron |
|---|---|
| Идентификатор | Идентификаторmigratron-parent |
| Версия | Версия1.0 |
| Тип | Типpom |
| Описание |
ОписаниеMigratron (Parent)
Android Library to execute pieces of code that only need to run once on version updates.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| migratron-parent-1.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.ffgiraldez.migratron/migratron-parent/ -->
<dependency>
<groupId>com.github.ffgiraldez.migratron</groupId>
<artifactId>migratron-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ffgiraldez.migratron/migratron-parent/
implementation 'com.github.ffgiraldez.migratron:migratron-parent:1.0'
// https://jarcasting.com/artifacts/com.github.ffgiraldez.migratron/migratron-parent/
implementation ("com.github.ffgiraldez.migratron:migratron-parent:1.0")
'com.github.ffgiraldez.migratron:migratron-parent:pom:1.0'
<dependency org="com.github.ffgiraldez.migratron" name="migratron-parent" rev="1.0">
<artifact name="migratron-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ffgiraldez.migratron', module='migratron-parent', version='1.0')
)
libraryDependencies += "com.github.ffgiraldez.migratron" % "migratron-parent" % "1.0"
[com.github.ffgiraldez.migratron/migratron-parent "1.0"]