| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.planet57.buildsupport |
| Идентификатор | Идентификаторpublic-parent |
| Версия | Версия1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| public-parent-1.pom | 759 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.planet57.buildsupport/public-parent/ -->
<dependency>
<groupId>com.planet57.buildsupport</groupId>
<artifactId>public-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.planet57.buildsupport/public-parent/
implementation 'com.planet57.buildsupport:public-parent:1'
// https://jarcasting.com/artifacts/com.planet57.buildsupport/public-parent/
implementation ("com.planet57.buildsupport:public-parent:1")
'com.planet57.buildsupport:public-parent:pom:1'
<dependency org="com.planet57.buildsupport" name="public-parent" rev="1">
<artifact name="public-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.planet57.buildsupport', module='public-parent', version='1')
)
libraryDependencies += "com.planet57.buildsupport" % "public-parent" % "1"
[com.planet57.buildsupport/public-parent "1"]