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