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