License |
License |
---|---|
GroupId | GroupIdorg.wso2.carbon |
ArtifactId | ArtifactIdwso2carbon-core |
Last Version | Last Version4.7.0-m11 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Distribution
WSO2 Carbon Core - Distribution
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
wso2carbon-core-4.7.0-m11.pom | |
wso2carbon-core-4.7.0-m11.zip | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/ -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>wso2carbon-core</artifactId>
<version>4.7.0-m11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/
implementation 'org.wso2.carbon:wso2carbon-core:4.7.0-m11'
// https://jarcasting.com/artifacts/org.wso2.carbon/wso2carbon-core/
implementation ("org.wso2.carbon:wso2carbon-core:4.7.0-m11")
'org.wso2.carbon:wso2carbon-core:pom:4.7.0-m11'
<dependency org="org.wso2.carbon" name="wso2carbon-core" rev="4.7.0-m11">
<artifact name="wso2carbon-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon', module='wso2carbon-core', version='4.7.0-m11')
)
libraryDependencies += "org.wso2.carbon" % "wso2carbon-core" % "4.7.0-m11"
[org.wso2.carbon/wso2carbon-core "4.7.0-m11"]