| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
| Группа | Группаcom.github.htfv |
| Идентификатор | Идентификаторparent-github |
| Версия | Версия8 |
| Тип | Типpom |
| Описание |
ОписаниеParent POM for GitHub hosted projects
Parent POM for projects under com.github.htfv hosted on GitHub.
|
| Имя Файла | Размер |
|---|---|
| parent-github-8.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.htfv/parent-github/ -->
<dependency>
<groupId>com.github.htfv</groupId>
<artifactId>parent-github</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.htfv/parent-github/
implementation 'com.github.htfv:parent-github:8'
// https://jarcasting.com/artifacts/com.github.htfv/parent-github/
implementation ("com.github.htfv:parent-github:8")
'com.github.htfv:parent-github:pom:8'
<dependency org="com.github.htfv" name="parent-github" rev="8">
<artifact name="parent-github" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.htfv', module='parent-github', version='8')
)
libraryDependencies += "com.github.htfv" % "parent-github" % "8"
[com.github.htfv/parent-github "8"]