| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.cafapi |
| Идентификатор | Идентификаторcaf-common |
| Версия | Версия2.0.0-425 |
| Тип | Типpom |
| Описание |
Описаниеcaf-common
A set of re-usable Java libraries which are used by the various CAF Services and Frameworks.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| caf-common-2.0.0-425.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.cafapi/caf-common/ -->
<dependency>
<groupId>com.github.cafapi</groupId>
<artifactId>caf-common</artifactId>
<version>2.0.0-425</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi/caf-common/
implementation 'com.github.cafapi:caf-common:2.0.0-425'
// https://jarcasting.com/artifacts/com.github.cafapi/caf-common/
implementation ("com.github.cafapi:caf-common:2.0.0-425")
'com.github.cafapi:caf-common:pom:2.0.0-425'
<dependency org="com.github.cafapi" name="caf-common" rev="2.0.0-425">
<artifact name="caf-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi', module='caf-common', version='2.0.0-425')
)
libraryDependencies += "com.github.cafapi" % "caf-common" % "2.0.0-425"
[com.github.cafapi/caf-common "2.0.0-425"]