| Категории |
КатегорииIDE Инструменты разработки Ant Компиляция и сборка |
|---|---|
| Группа | Группаcn.com.antcloud.api |
| Идентификатор | Идентификаторantcloud-api-provider-billing |
| Версия | Версия1.3.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-provider-billing/ -->
<dependency>
<groupId>cn.com.antcloud.api</groupId>
<artifactId>antcloud-api-provider-billing</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-provider-billing/
implementation 'cn.com.antcloud.api:antcloud-api-provider-billing:1.3.0'
// https://jarcasting.com/artifacts/cn.com.antcloud.api/antcloud-api-provider-billing/
implementation ("cn.com.antcloud.api:antcloud-api-provider-billing:1.3.0")
'cn.com.antcloud.api:antcloud-api-provider-billing:jar:1.3.0'
<dependency org="cn.com.antcloud.api" name="antcloud-api-provider-billing" rev="1.3.0">
<artifact name="antcloud-api-provider-billing" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.com.antcloud.api', module='antcloud-api-provider-billing', version='1.3.0')
)
libraryDependencies += "cn.com.antcloud.api" % "antcloud-api-provider-billing" % "1.3.0"
[cn.com.antcloud.api/antcloud-api-provider-billing "1.3.0"]