GroupId | GroupIdcom.liulishuo.okdownload |
---|---|
ArtifactId | ArtifactIdfiledownloader |
Version | Version1.0.6 |
Type | Typeaar |
Filename | Size |
---|---|
filedownloader-1.0.6.pom | |
filedownloader-1.0.6.aar | 61 KB |
filedownloader-1.0.6-sources.jar | 63 KB |
filedownloader-1.0.6-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.liulishuo.okdownload/filedownloader/ -->
<dependency>
<groupId>com.liulishuo.okdownload</groupId>
<artifactId>filedownloader</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.liulishuo.okdownload/filedownloader/
implementation 'com.liulishuo.okdownload:filedownloader:1.0.6'
// https://jarcasting.com/artifacts/com.liulishuo.okdownload/filedownloader/
implementation ("com.liulishuo.okdownload:filedownloader:1.0.6")
'com.liulishuo.okdownload:filedownloader:aar:1.0.6'
<dependency org="com.liulishuo.okdownload" name="filedownloader" rev="1.0.6">
<artifact name="filedownloader" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.liulishuo.okdownload', module='filedownloader', version='1.0.6')
)
libraryDependencies += "com.liulishuo.okdownload" % "filedownloader" % "1.0.6"
[com.liulishuo.okdownload/filedownloader "1.0.6"]