| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.snowdream.android |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия0.0.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmaven-android-parent
The parent pom for the android project with maven.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-0.0.9.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.android/parent/ -->
<dependency>
<groupId>com.github.snowdream.android</groupId>
<artifactId>parent</artifactId>
<version>0.0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.android/parent/
implementation 'com.github.snowdream.android:parent:0.0.9'
// https://jarcasting.com/artifacts/com.github.snowdream.android/parent/
implementation ("com.github.snowdream.android:parent:0.0.9")
'com.github.snowdream.android:parent:pom:0.0.9'
<dependency org="com.github.snowdream.android" name="parent" rev="0.0.9">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.android', module='parent', version='0.0.9')
)
libraryDependencies += "com.github.snowdream.android" % "parent" % "0.0.9"
[com.github.snowdream.android/parent "0.0.9"]