MVN

io.github.sdwfqin.android : imageloader

Maven & Gradle

Aug 31, 2021
876 stars

io.github.sdwfqin.android:imageloader · 做外包用的快速开发库--微信、支付宝支付(含签名,下单)、自定义View(验证码/密码,九宫格图片上传等)、换肤、图片预览、RxJava、EventBus、JetPack、CameraX、base层封装等

<dependency>
    <groupId>io.github.sdwfqin.android</groupId>
    <artifactId>imageloader</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sdwfqin.android : imageloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0

All Versions

Choose a version of io.github.sdwfqin.android : imageloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
imageloader-4.7.0
4.6.x
imageloader-4.6.0

How to add a dependency to Maven

Add the following io.github.sdwfqin.android : imageloader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sdwfqin.android</groupId>
    <artifactId>imageloader</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sdwfqin.android : imageloader gradle dependency to your build.gradle file:

implementation 'io.github.sdwfqin.android:imageloader:4.7.0'

Gradle Kotlin DSL: Add the following io.github.sdwfqin.android : imageloader gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sdwfqin.android:imageloader:4.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sdwfqin.android : imageloader sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sdwfqin.android" % "imageloader" % "4.7.0"

Advertisement