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