is not current version
Last Version 1.17

io.github.vonathar:downloader 1.4

A simple library to download multiple files.

GroupId

GroupId

io.github.vonathar
ArtifactId

ArtifactId

downloader
Version

Version

1.4
Type

Type

jar

Download downloader 1.4


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