Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcn.antcore |
ArtifactId | ArtifactIdAntResources |
Version | Version1.1.5-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
AntResources-1.1.5-RELEASE.pom | |
AntResources-1.1.5-RELEASE.jar | 43 KB |
AntResources-1.1.5-RELEASE-sources.jar | 29 KB |
AntResources-1.1.5-RELEASE-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.antcore/AntResources/ -->
<dependency>
<groupId>cn.antcore</groupId>
<artifactId>AntResources</artifactId>
<version>1.1.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.antcore/AntResources/
implementation 'cn.antcore:AntResources:1.1.5-RELEASE'
// https://jarcasting.com/artifacts/cn.antcore/AntResources/
implementation ("cn.antcore:AntResources:1.1.5-RELEASE")
'cn.antcore:AntResources:jar:1.1.5-RELEASE'
<dependency org="cn.antcore" name="AntResources" rev="1.1.5-RELEASE">
<artifact name="AntResources" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.antcore', module='AntResources', version='1.1.5-RELEASE')
)
libraryDependencies += "cn.antcore" % "AntResources" % "1.1.5-RELEASE"
[cn.antcore/AntResources "1.1.5-RELEASE"]