| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.stratos |
| Идентификатор | Идентификаторcommon-feature |
| Последняя версия | Последняя версия4.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеApache Stratos - Common Feature Aggregator Module
features
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| common-feature-4.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.stratos/common-feature/ -->
<dependency>
<groupId>org.apache.stratos</groupId>
<artifactId>common-feature</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stratos/common-feature/
implementation 'org.apache.stratos:common-feature:4.0.0'
// https://jarcasting.com/artifacts/org.apache.stratos/common-feature/
implementation ("org.apache.stratos:common-feature:4.0.0")
'org.apache.stratos:common-feature:pom:4.0.0'
<dependency org="org.apache.stratos" name="common-feature" rev="4.0.0">
<artifact name="common-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.stratos', module='common-feature', version='4.0.0')
)
libraryDependencies += "org.apache.stratos" % "common-feature" % "4.0.0"
[org.apache.stratos/common-feature "4.0.0"]