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