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