| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wso2.carbon.apimgt |
| Идентификатор | Идентификаторorg.wso2.carbon.apimgt.feature |
| Последняя версия | Последняя версия9.20.10 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon - Api management Feature
This feature contains the bundles required for API management
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| org.wso2.carbon.apimgt.feature-9.20.10.pom | |
| org.wso2.carbon.apimgt.feature-9.20.10.zip | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/org.wso2.carbon.apimgt.feature/ -->
<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>org.wso2.carbon.apimgt.feature</artifactId>
<version>9.20.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/org.wso2.carbon.apimgt.feature/
implementation 'org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.feature:9.20.10'
// https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/org.wso2.carbon.apimgt.feature/
implementation ("org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.feature:9.20.10")
'org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.feature:pom:9.20.10'
<dependency org="org.wso2.carbon.apimgt" name="org.wso2.carbon.apimgt.feature" rev="9.20.10">
<artifact name="org.wso2.carbon.apimgt.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.apimgt', module='org.wso2.carbon.apimgt.feature', version='9.20.10')
)
libraryDependencies += "org.wso2.carbon.apimgt" % "org.wso2.carbon.apimgt.feature" % "9.20.10"
[org.wso2.carbon.apimgt/org.wso2.carbon.apimgt.feature "9.20.10"]