License |
License |
---|---|
GroupId | GroupIdcom.liulishuo.filedownloader |
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version1.7.7 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionFileDownloader
Android multi-task file download engine.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.7.7.pom | |
library-1.7.7.aar | 265 KB |
library-1.7.7-sources.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liulishuo.filedownloader/library/ -->
<dependency>
<groupId>com.liulishuo.filedownloader</groupId>
<artifactId>library</artifactId>
<version>1.7.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.liulishuo.filedownloader/library/
implementation 'com.liulishuo.filedownloader:library:1.7.7'
// https://jarcasting.com/artifacts/com.liulishuo.filedownloader/library/
implementation ("com.liulishuo.filedownloader:library:1.7.7")
'com.liulishuo.filedownloader:library:aar:1.7.7'
<dependency org="com.liulishuo.filedownloader" name="library" rev="1.7.7">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.liulishuo.filedownloader', module='library', version='1.7.7')
)
libraryDependencies += "com.liulishuo.filedownloader" % "library" % "1.7.7"
[com.liulishuo.filedownloader/library "1.7.7"]