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