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