Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdtop.fzqblog |
ArtifactId | ArtifactIdant |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
ant-1.0.5.pom | |
ant-1.0.5.jar | 47 KB |
ant-1.0.5-sources.jar | 28 KB |
ant-1.0.5-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.fzqblog/ant/ -->
<dependency>
<groupId>top.fzqblog</groupId>
<artifactId>ant</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.fzqblog/ant/
implementation 'top.fzqblog:ant:1.0.5'
// https://jarcasting.com/artifacts/top.fzqblog/ant/
implementation ("top.fzqblog:ant:1.0.5")
'top.fzqblog:ant:jar:1.0.5'
<dependency org="top.fzqblog" name="ant" rev="1.0.5">
<artifact name="ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.fzqblog', module='ant', version='1.0.5')
)
libraryDependencies += "top.fzqblog" % "ant" % "1.0.5"
[top.fzqblog/ant "1.0.5"]