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