License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdtop.fzqblog |
ArtifactId | ArtifactIdant |
Version | Version1.0.8 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ant-1.0.8.pom | |
ant-1.0.8.jar | 46 KB |
ant-1.0.8-sources.jar | 27 KB |
ant-1.0.8-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.fzqblog/ant/ -->
<dependency>
<groupId>top.fzqblog</groupId>
<artifactId>ant</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/top.fzqblog/ant/
implementation 'top.fzqblog:ant:1.0.8'
// https://jarcasting.com/artifacts/top.fzqblog/ant/
implementation ("top.fzqblog:ant:1.0.8")
'top.fzqblog:ant:jar:1.0.8'
<dependency org="top.fzqblog" name="ant" rev="1.0.8">
<artifact name="ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.fzqblog', module='ant', version='1.0.8')
)
libraryDependencies += "top.fzqblog" % "ant" % "1.0.8"
[top.fzqblog/ant "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.jsoup : jsoup | jar | 1.10.2 |
org.apache.httpcomponents : httpcore | jar | 4.4.4 |
com.alibaba : fastjson | jar | 1.2.47 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |