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