GroupId | GroupIdorg.wso2.brs |
---|---|
ArtifactId | ArtifactIdShoppingService_Service |
Version | Version2.2.0-beta2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.wso2.brs/ShoppingService_Service/ -->
<dependency>
<groupId>org.wso2.brs</groupId>
<artifactId>ShoppingService_Service</artifactId>
<version>2.2.0-beta2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.brs/ShoppingService_Service/
implementation 'org.wso2.brs:ShoppingService_Service:2.2.0-beta2'
// https://jarcasting.com/artifacts/org.wso2.brs/ShoppingService_Service/
implementation ("org.wso2.brs:ShoppingService_Service:2.2.0-beta2")
'org.wso2.brs:ShoppingService_Service:aar:2.2.0-beta2'
<dependency org="org.wso2.brs" name="ShoppingService_Service" rev="2.2.0-beta2">
<artifact name="ShoppingService_Service" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.brs', module='ShoppingService_Service', version='2.2.0-beta2')
)
libraryDependencies += "org.wso2.brs" % "ShoppingService_Service" % "2.2.0-beta2"
[org.wso2.brs/ShoppingService_Service "2.2.0-beta2"]