| Группа | Группаcom.github.wlfcolin |
|---|---|
| Идентификатор | ИдентификаторFileDownloader |
| Версия | Версия0.2.2 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| FileDownloader-0.2.2.pom | |
| FileDownloader-0.2.2.aar | 136 KB |
| FileDownloader-0.2.2-sources.jar | 77 KB |
| FileDownloader-0.2.2-javadoc.jar | 271 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/ -->
<dependency>
<groupId>com.github.wlfcolin</groupId>
<artifactId>FileDownloader</artifactId>
<version>0.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation 'com.github.wlfcolin:FileDownloader:0.2.2'
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation ("com.github.wlfcolin:FileDownloader:0.2.2")
'com.github.wlfcolin:FileDownloader:aar:0.2.2'
<dependency org="com.github.wlfcolin" name="FileDownloader" rev="0.2.2">
<artifact name="FileDownloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wlfcolin', module='FileDownloader', version='0.2.2')
)
libraryDependencies += "com.github.wlfcolin" % "FileDownloader" % "0.2.2"
[com.github.wlfcolin/FileDownloader "0.2.2"]