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