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