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