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