is not current version
Last Version 1.7.0

com.github.axet:wget 1.0.16

wget java single / multithread download library

GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

wget
Version

Version

1.0.16
Type

Type

jar

Download wget 1.0.16


<!-- https://jarcasting.com/artifacts/com.github.axet/wget/ -->
<dependency>
    <groupId>com.github.axet</groupId>
    <artifactId>wget</artifactId>
    <version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/wget/
implementation 'com.github.axet:wget:1.0.16'
// https://jarcasting.com/artifacts/com.github.axet/wget/
implementation ("com.github.axet:wget:1.0.16")
'com.github.axet:wget:jar:1.0.16'
<dependency org="com.github.axet" name="wget" rev="1.0.16">
  <artifact name="wget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='wget', version='1.0.16')
)
libraryDependencies += "com.github.axet" % "wget" % "1.0.16"
[com.github.axet/wget "1.0.16"]