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