| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.anaplan.engineering |
| Идентификатор | Идентификаторazuki-platform |
| Версия | Версия0.2.2 |
| Тип | Типpom |
| Описание |
ОписаниеAzuki platform
BOM for the Azuki framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| azuki-platform-0.2.2.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.anaplan.engineering/azuki-platform/ -->
<dependency>
<groupId>com.anaplan.engineering</groupId>
<artifactId>azuki-platform</artifactId>
<version>0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.anaplan.engineering/azuki-platform/
implementation 'com.anaplan.engineering:azuki-platform:0.2.2'
// https://jarcasting.com/artifacts/com.anaplan.engineering/azuki-platform/
implementation ("com.anaplan.engineering:azuki-platform:0.2.2")
'com.anaplan.engineering:azuki-platform:pom:0.2.2'
<dependency org="com.anaplan.engineering" name="azuki-platform" rev="0.2.2">
<artifact name="azuki-platform" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.anaplan.engineering', module='azuki-platform', version='0.2.2')
)
libraryDependencies += "com.anaplan.engineering" % "azuki-platform" % "0.2.2"
[com.anaplan.engineering/azuki-platform "0.2.2"]