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