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