is not current version
Last Version 0.3.1

com.github.wlfcolin:FileDownloader 0.3.0

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

GroupId

GroupId

com.github.wlfcolin
ArtifactId

ArtifactId

FileDownloader
Version

Version

0.3.0
Type

Type

jar

Download FileDownloader 0.3.0


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