| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаcn.antcore |
| Идентификатор | ИдентификаторAntResources |
| Версия | Версия1.1.8-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| AntResources-1.1.8-RELEASE.pom | |
| AntResources-1.1.8-RELEASE.jar | 48 KB |
| AntResources-1.1.8-RELEASE-sources.jar | 33 KB |
| AntResources-1.1.8-RELEASE-javadoc.jar | 326 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.antcore/AntResources/ -->
<dependency>
<groupId>cn.antcore</groupId>
<artifactId>AntResources</artifactId>
<version>1.1.8-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.antcore/AntResources/
implementation 'cn.antcore:AntResources:1.1.8-RELEASE'
// https://jarcasting.com/artifacts/cn.antcore/AntResources/
implementation ("cn.antcore:AntResources:1.1.8-RELEASE")
'cn.antcore:AntResources:jar:1.1.8-RELEASE'
<dependency org="cn.antcore" name="AntResources" rev="1.1.8-RELEASE">
<artifact name="AntResources" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.antcore', module='AntResources', version='1.1.8-RELEASE')
)
libraryDependencies += "cn.antcore" % "AntResources" % "1.1.8-RELEASE"
[cn.antcore/AntResources "1.1.8-RELEASE"]