F

FileDownloader

A simple Java file downloader implementation, with a factory for it's instantiation.
https://github.com/Deftu/FileDownloader
GNU LESSER GENERAL PUBLIC LICENSE, Version 3
Deftu
Files download
File Operation
FileDownloader-1.2.0.jar download
FileDownloader-1.2.0.pom download
FileDownloader-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.deftu.fd</groupId>
  <artifactId>FileDownloader</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'xyz.deftu.fd:FileDownloader:1.2.0'
Gradle Kotlin
implementation("xyz.deftu.fd:FileDownloader:1.2.0")
Scala SBT
libraryDependencies += "xyz.deftu.fd" % "FileDownloader" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='xyz.deftu.fd', module='FileDownloader', version='1.2.0')
)
Apache Ivy
<dependency org="xyz.deftu.fd" name="FileDownloader" rev="1.2.0" />
Leiningen
[xyz.deftu.fd/FileDownloader "1.2.0"]
Apache Buildr
'xyz.deftu.fd:FileDownloader:jar:1.2.0'
Dependencies
The project has no third-party dependencies