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