Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcn.com.antcloud.api |
ArtifactId | ArtifactIdantcloud-api-csc |
Version | Version3.4.6 |
Type | Typejar |
Filename | Size |
---|---|
antcloud-api-csc-3.4.6.pom | |
antcloud-api-csc-3.4.6.jar | 173 KB |
antcloud-api-csc-3.4.6-sources.jar | 223 KB |
antcloud-api-csc-3.4.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-csc/ -->
<dependency>
<groupId>cn.com.antcloud.api</groupId>
<artifactId>antcloud-api-csc</artifactId>
<version>3.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-csc/
implementation 'cn.com.antcloud.api:antcloud-api-csc:3.4.6'
// https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-csc/
implementation ("cn.com.antcloud.api:antcloud-api-csc:3.4.6")
'cn.com.antcloud.api:antcloud-api-csc:jar:3.4.6'
<dependency org="cn.com.antcloud.api" name="antcloud-api-csc" rev="3.4.6">
<artifact name="antcloud-api-csc" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.antcloud.api', module='antcloud-api-csc', version='3.4.6')
)
libraryDependencies += "cn.com.antcloud.api" % "antcloud-api-csc" % "3.4.6"
[cn.com.antcloud.api/antcloud-api-csc "3.4.6"]