| License |
License |
|---|---|
| GroupId | GroupIdcom.github.axet |
| ArtifactId | ArtifactIdwget |
| Last Version | Last Version1.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwget
wget java single / multithread download library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| wget-1.7.0.pom | |
| wget-1.7.0.jar | 46 KB |
| wget-1.7.0-sources.jar | 19 KB |
| wget-1.7.0-javadoc.jar | 159 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/wget/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>wget</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/wget/
implementation 'com.github.axet:wget:1.7.0'
// https://jarcasting.com/artifacts/com.github.axet/wget/
implementation ("com.github.axet:wget:1.7.0")
'com.github.axet:wget:jar:1.7.0'
<dependency org="com.github.axet" name="wget" rev="1.7.0">
<artifact name="wget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='wget', version='1.7.0')
)
libraryDependencies += "com.github.axet" % "wget" % "1.7.0"
[com.github.axet/wget "1.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.5 |
| com.github.axet : threads | jar | 0.0.14 |
| org.jsoup : jsoup | jar | 1.10.1 |
| org.json : json | jar | 20180813 |