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