GroupId | GroupIdorg.wso2.carbon.deployment |
---|---|
ArtifactId | ArtifactIdservice-mgt-feature |
Version | Version4.6.0 |
Type | Typepom |
Filename | Size |
---|---|
service-mgt-feature-4.6.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.deployment/service-mgt-feature/ -->
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>service-mgt-feature</artifactId>
<version>4.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/service-mgt-feature/
implementation 'org.wso2.carbon.deployment:service-mgt-feature:4.6.0'
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/service-mgt-feature/
implementation ("org.wso2.carbon.deployment:service-mgt-feature:4.6.0")
'org.wso2.carbon.deployment:service-mgt-feature:pom:4.6.0'
<dependency org="org.wso2.carbon.deployment" name="service-mgt-feature" rev="4.6.0">
<artifact name="service-mgt-feature" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.deployment', module='service-mgt-feature', version='4.6.0')
)
libraryDependencies += "org.wso2.carbon.deployment" % "service-mgt-feature" % "4.6.0"
[org.wso2.carbon.deployment/service-mgt-feature "4.6.0"]