| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wlfcolin |
| ArtifactId | ArtifactIdFileDownloader |
| Version | Version0.3.1 |
| Type | Typeaar |
| Description |
DescriptionFileDownloader
this is a powerful http-file download tool, it is to make downloading http file easily.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| FileDownloader-0.3.1.pom | |
| FileDownloader-0.3.1.aar | 192 KB |
| FileDownloader-0.3.1-sources.jar | 116 KB |
| FileDownloader-0.3.1-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/ -->
<dependency>
<groupId>com.github.wlfcolin</groupId>
<artifactId>FileDownloader</artifactId>
<version>0.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation 'com.github.wlfcolin:FileDownloader:0.3.1'
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation ("com.github.wlfcolin:FileDownloader:0.3.1")
'com.github.wlfcolin:FileDownloader:aar:0.3.1'
<dependency org="com.github.wlfcolin" name="FileDownloader" rev="0.3.1">
<artifact name="FileDownloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wlfcolin', module='FileDownloader', version='0.3.1')
)
libraryDependencies += "com.github.wlfcolin" % "FileDownloader" % "0.3.1"
[com.github.wlfcolin/FileDownloader "0.3.1"]