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