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