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