| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.wlfcolin |
| Идентификатор | ИдентификаторFileDownloader |
| Версия | Версия0.3.1 |
| Тип | Типaar |
| Описание |
ОписаниеFileDownloader
this is a powerful http-file download tool, it is to make downloading http file easily.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]