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