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