| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.stratos |
| Идентификатор | Идентификаторcartridge-mgt-feature |
| Последняя версия | Последняя версия4.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache Stratos - Cartridge Management UI Feature Aggregator Module
Apache Stratos (Incubating) is an open source polyglot Platform as a Service (PaaS) framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| cartridge-mgt-feature-4.0.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/cartridge-mgt-feature/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>cartridge-mgt-feature</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/cartridge-mgt-feature/
implementation 'org.apache.stratos:cartridge-mgt-feature:4.0.0'
// https://jarcasting.com/artifacts/org.apache.stratos/cartridge-mgt-feature/
implementation ("org.apache.stratos:cartridge-mgt-feature:4.0.0")
'org.apache.stratos:cartridge-mgt-feature:pom:4.0.0'
<dependency org="org.apache.stratos" name="cartridge-mgt-feature" rev="4.0.0">
<artifact name="cartridge-mgt-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='cartridge-mgt-feature', version='4.0.0')
)
libraryDependencies += "org.apache.stratos" % "cartridge-mgt-feature" % "4.0.0"
[org.apache.stratos/cartridge-mgt-feature "4.0.0"]