| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wso2.carbon.apimgt |
| Идентификатор | Идентификаторapimgt-feature |
| Версия | Версия9.18.12 |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon - API management Feature Aggregator Module
WSO2 is an open source application development software company focused on providing service-oriented
architecture solutions for professional developers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| apimgt-feature-9.18.12.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/apimgt-feature/ -->
<dependency>
<groupId>org.wso2.carbon.apimgt</groupId>
<artifactId>apimgt-feature</artifactId>
<version>9.18.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/apimgt-feature/
implementation 'org.wso2.carbon.apimgt:apimgt-feature:9.18.12'
// https://jarcasting.com/artifacts/org.wso2.carbon.apimgt/apimgt-feature/
implementation ("org.wso2.carbon.apimgt:apimgt-feature:9.18.12")
'org.wso2.carbon.apimgt:apimgt-feature:pom:9.18.12'
<dependency org="org.wso2.carbon.apimgt" name="apimgt-feature" rev="9.18.12">
<artifact name="apimgt-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.apimgt', module='apimgt-feature', version='9.18.12')
)
libraryDependencies += "org.wso2.carbon.apimgt" % "apimgt-feature" % "9.18.12"
[org.wso2.carbon.apimgt/apimgt-feature "9.18.12"]