License |
License |
---|---|
GroupId | GroupIdorg.wso2.carbon.commons |
ArtifactId | ArtifactIdorg.wso2.carbon.application.mgt.feature |
Last Version | Last Version4.8.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionWSO2 Carbon - Application Management Feature
This feature contains the bundles required for Application Management functionality. Application
management component can be used to manage deployed cApps. That includes managing monitoring
all artifacts deployed through a particular cApp, deleting cApps etc.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.application.mgt.feature/ -->
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.application.mgt.feature</artifactId>
<version>4.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.application.mgt.feature/
implementation 'org.wso2.carbon.commons:org.wso2.carbon.application.mgt.feature:4.8.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.commons/org.wso2.carbon.application.mgt.feature/
implementation ("org.wso2.carbon.commons:org.wso2.carbon.application.mgt.feature:4.8.0")
'org.wso2.carbon.commons:org.wso2.carbon.application.mgt.feature:pom:4.8.0'
<dependency org="org.wso2.carbon.commons" name="org.wso2.carbon.application.mgt.feature" rev="4.8.0">
<artifact name="org.wso2.carbon.application.mgt.feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.commons', module='org.wso2.carbon.application.mgt.feature', version='4.8.0')
)
libraryDependencies += "org.wso2.carbon.commons" % "org.wso2.carbon.application.mgt.feature" % "4.8.0"
[org.wso2.carbon.commons/org.wso2.carbon.application.mgt.feature "4.8.0"]