не последняя версия
Последняя версия 1.7.0

com.github.axet:wget 0.2.3

wget java single / multithread download library

Группа

Группа

com.github.axet
Идентификатор

Идентификатор

wget
Версия

Версия

0.2.3
Тип

Тип

jar

Скачать wget 0.2.3


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