| GroupId | GroupIdcom.github.wlfcolin |
|---|---|
| ArtifactId | ArtifactIdFileDownloader |
| Version | Version0.2.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| FileDownloader-0.2.0.pom | |
| FileDownloader-0.2.0.aar | 133 KB |
| FileDownloader-0.2.0-sources.jar | 75 KB |
| FileDownloader-0.2.0-javadoc.jar | 269 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/ -->
<dependency>
<groupId>com.github.wlfcolin</groupId>
<artifactId>FileDownloader</artifactId>
<version>0.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation 'com.github.wlfcolin:FileDownloader:0.2.0'
// https://jarcasting.com/artifacts/com.github.wlfcolin/FileDownloader/
implementation ("com.github.wlfcolin:FileDownloader:0.2.0")
'com.github.wlfcolin:FileDownloader:aar:0.2.0'
<dependency org="com.github.wlfcolin" name="FileDownloader" rev="0.2.0">
<artifact name="FileDownloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wlfcolin', module='FileDownloader', version='0.2.0')
)
libraryDependencies += "com.github.wlfcolin" % "FileDownloader" % "0.2.0"
[com.github.wlfcolin/FileDownloader "0.2.0"]