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