License |
License |
---|---|
GroupId | GroupIdcom.github.wangjiegulu |
ArtifactId | ArtifactIdImageLoaderSample |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionImageLoaderSample
android端用于异步加载图片,内存缓存,文件缓存,避免OOM
|
Project URL |
Project URL |
Filename | Size |
---|---|
ImageLoaderSample-1.0.1.pom | |
ImageLoaderSample-1.0.1.aar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangjiegulu/ImageLoaderSample/ -->
<dependency>
<groupId>com.github.wangjiegulu</groupId>
<artifactId>ImageLoaderSample</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjiegulu/ImageLoaderSample/
implementation 'com.github.wangjiegulu:ImageLoaderSample:1.0.1'
// https://jarcasting.com/artifacts/com.github.wangjiegulu/ImageLoaderSample/
implementation ("com.github.wangjiegulu:ImageLoaderSample:1.0.1")
'com.github.wangjiegulu:ImageLoaderSample:aar:1.0.1'
<dependency org="com.github.wangjiegulu" name="ImageLoaderSample" rev="1.0.1">
<artifact name="ImageLoaderSample" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjiegulu', module='ImageLoaderSample', version='1.0.1')
)
libraryDependencies += "com.github.wangjiegulu" % "ImageLoaderSample" % "1.0.1"
[com.github.wangjiegulu/ImageLoaderSample "1.0.1"]