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