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