GroupId | GroupIdcom.aliyun |
---|---|
ArtifactId | ArtifactIdproductcatalog20180918 |
Version | Version8.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aliyun/productcatalog20180918/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>productcatalog20180918</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/productcatalog20180918/
implementation 'com.aliyun:productcatalog20180918:8.0.0'
// https://jarcasting.com/artifacts/com.aliyun/productcatalog20180918/
implementation ("com.aliyun:productcatalog20180918:8.0.0")
'com.aliyun:productcatalog20180918:jar:8.0.0'
<dependency org="com.aliyun" name="productcatalog20180918" rev="8.0.0">
<artifact name="productcatalog20180918" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='productcatalog20180918', version='8.0.0')
)
libraryDependencies += "com.aliyun" % "productcatalog20180918" % "8.0.0"
[com.aliyun/productcatalog20180918 "8.0.0"]