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