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