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