| Группа | Группаorg.wso2.carbon |
|---|---|
| Идентификатор | Идентификаторwso2carbon-core |
| Версия | Версия4.4.32 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| wso2carbon-core-4.4.32.pom | |
| wso2carbon-core-4.4.32.zip | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>wso2carbon-core</artifactId>
<version>4.4.32</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/
implementation 'org.wso2.carbon:wso2carbon-core:4.4.32'
// https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/
implementation ("org.wso2.carbon:wso2carbon-core:4.4.32")
'org.wso2.carbon:wso2carbon-core:pom:4.4.32'
<dependency org="org.wso2.carbon" name="wso2carbon-core" rev="4.4.32">
<artifact name="wso2carbon-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='wso2carbon-core', version='4.4.32')
)
libraryDependencies += "org.wso2.carbon" % "wso2carbon-core" % "4.4.32"
[org.wso2.carbon/wso2carbon-core "4.4.32"]