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

io.github.vonathar:downloader 1.3

A simple library to download multiple files.

Группа

Группа

io.github.vonathar
Идентификатор

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

downloader
Версия

Версия

1.3
Тип

Тип

jar

Скачать downloader 1.3


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