GroupId | GroupIdorg.wso2.carbon.deployment |
---|---|
ArtifactId | ArtifactIdservice-mgt-stub |
Version | Version4.3.1 |
Type | Typepom |
Filename | Size |
---|---|
service-mgt-stub-4.3.1.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.3.1</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.3.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.deployment/service-mgt-stub/
implementation ("org.wso2.carbon.deployment:service-mgt-stub:4.3.1")
'org.wso2.carbon.deployment:service-mgt-stub:pom:4.3.1'
<dependency org="org.wso2.carbon.deployment" name="service-mgt-stub" rev="4.3.1">
<artifact name="service-mgt-stub" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.deployment', module='service-mgt-stub', version='4.3.1')
)
libraryDependencies += "org.wso2.carbon.deployment" % "service-mgt-stub" % "4.3.1"
[org.wso2.carbon.deployment/service-mgt-stub "4.3.1"]