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