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