Categories |
CategoriesIDE Development Tools Ant Build Tools |
---|---|
GroupId | GroupIdcn.com.antcloud.api |
ArtifactId | ArtifactIdantcloud-api-provider-bcc |
Version | Version1.0.28 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-provider-bcc/ -->
<dependency>
<groupId>cn.com.antcloud.api</groupId>
<artifactId>antcloud-api-provider-bcc</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-provider-bcc/
implementation 'cn.com.antcloud.api:antcloud-api-provider-bcc:1.0.28'
// https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-provider-bcc/
implementation ("cn.com.antcloud.api:antcloud-api-provider-bcc:1.0.28")
'cn.com.antcloud.api:antcloud-api-provider-bcc:jar:1.0.28'
<dependency org="cn.com.antcloud.api" name="antcloud-api-provider-bcc" rev="1.0.28">
<artifact name="antcloud-api-provider-bcc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.antcloud.api', module='antcloud-api-provider-bcc', version='1.0.28')
)
libraryDependencies += "cn.com.antcloud.api" % "antcloud-api-provider-bcc" % "1.0.28"
[cn.com.antcloud.api/antcloud-api-provider-bcc "1.0.28"]