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