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