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