| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wso2.carbon |
| Идентификатор | Идентификаторcarbon-kernel-features |
| Последняя версия | Последняя версия5.2.16 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеWSO2 Carbon Kernel - Features Parent
WSO2 Carbon Kernel Parent Pom
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| carbon-kernel-features-5.2.16.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-features/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-features</artifactId>
<version>5.2.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-features/
implementation 'org.wso2.carbon:carbon-kernel-features:5.2.16'
// https://jarcasting.com/artifacts/org.wso2.carbon/carbon-kernel-features/
implementation ("org.wso2.carbon:carbon-kernel-features:5.2.16")
'org.wso2.carbon:carbon-kernel-features:pom:5.2.16'
<dependency org="org.wso2.carbon" name="carbon-kernel-features" rev="5.2.16">
<artifact name="carbon-kernel-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='carbon-kernel-features', version='5.2.16')
)
libraryDependencies += "org.wso2.carbon" % "carbon-kernel-features" % "5.2.16"
[org.wso2.carbon/carbon-kernel-features "5.2.16"]