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

com.github.wlfcolin:FileDownloader 0.2.0

this is a powerful http-file download tool, it is to make downloading http file easily.

Группа

Группа

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

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

FileDownloader
Версия

Версия

0.2.0
Тип

Тип

aar

Скачать FileDownloader 0.2.0


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