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

br.com.objectos:wget 0.4.0

A kind-of Wget for Java8.

Группа

Группа

br.com.objectos
Идентификатор

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

wget
Версия

Версия

0.4.0
Тип

Тип

jar

Скачать wget 0.4.0


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