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