# ImageLoader **Repository Path**: newtrekwang/ImageLoader ## Basic Information - **Project Name**: ImageLoader - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageLoader [![](https://www.jitpack.io/v/Wangjiaxing123/ImageLoader.svg)](https://www.jitpack.io/#Wangjiaxing123/ImageLoader) 自定义的图片加载库,不断完善 ## 添加方式 step1 Add it in your root build.gradle at the end of repositories: ```gradle allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } ``` step2 Add the dependency ```gradle dependencies { compile 'com.github.Wangjiaxing123:ImageLoader:release_version' } ```