MVN

com.koushikdutta.urlimageviewhelper : urlimageviewhelper

Maven & Gradle

Jun 02, 2013
970 stars

UrlImageViewHelper · Android library that sets an ImageView's contents from a url. Manages image downloading, caching, and makes your coffee too.

<dependency>
    <groupId>com.koushikdutta.urlimageviewhelper</groupId>
    <artifactId>urlimageviewhelper</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.koushikdutta.urlimageviewhelper : urlimageviewhelper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.koushikdutta.urlimageviewhelper : urlimageviewhelper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
urlimageviewhelper-1.0.4
urlimageviewhelper-1.0.3
1.0
urlimageviewhelper-1.0

How to add a dependency to Maven

Add the following com.koushikdutta.urlimageviewhelper : urlimageviewhelper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.koushikdutta.urlimageviewhelper</groupId>
    <artifactId>urlimageviewhelper</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.koushikdutta.urlimageviewhelper : urlimageviewhelper gradle dependency to your build.gradle file:

implementation 'com.koushikdutta.urlimageviewhelper:urlimageviewhelper:1.0.4'

Gradle Kotlin DSL: Add the following com.koushikdutta.urlimageviewhelper : urlimageviewhelper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.koushikdutta.urlimageviewhelper:urlimageviewhelper:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.koushikdutta.urlimageviewhelper : urlimageviewhelper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.koushikdutta.urlimageviewhelper" % "urlimageviewhelper" % "1.0.4"