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