MVN

de.hdodenhof : circleimageview

Maven & Gradle

Jan 26, 2020
45 usages
14k stars

CircleImageView · A fast circular ImageView for Android

<dependency>
    <groupId>de.hdodenhof</groupId>
    <artifactId>circleimageview</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hdodenhof : circleimageview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of de.hdodenhof : circleimageview to add to Maven or Gradle - All Versions:

  • Version Updated
  • circleimageview-3.1.0

    Jan 26, 2020
  • circleimageview-3.0.2

    Jan 17, 2020
  • circleimageview-3.0.1

    Aug 26, 2019
  • circleimageview-3.0.0

    Jan 06, 2019
  • circleimageview-2.2.0

    Oct 10, 2017
  • circleimageview-2.1.0

    Jul 03, 2016
  • circleimageview-2.0.0

    Sep 20, 2015
  • circleimageview-1.3.0

    May 07, 2015
  • circleimageview-1.2.2

    Feb 25, 2015
  • circleimageview-1.2.1

    Nov 17, 2014
  • circleimageview-1.2.0

    Aug 11, 2014
  • circleimageview-1.1.1

    Jul 06, 2014
  • circleimageview-1.1.0

    Feb 09, 2014
  • circleimageview-1.0.1

    Jan 24, 2014
  • circleimageview-1.0.0

    Jan 20, 2014

How to add a dependency to Maven

Add the following de.hdodenhof : circleimageview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.hdodenhof</groupId>
    <artifactId>circleimageview</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.hdodenhof : circleimageview gradle dependency to your build.gradle file:

implementation 'de.hdodenhof:circleimageview:3.1.0'

Gradle Kotlin DSL: Add the following de.hdodenhof : circleimageview gradle kotlin dependency to your build.gradle.kts file:

implementation("de.hdodenhof:circleimageview:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.hdodenhof : circleimageview sbt scala dependency to your build.sbt file:

libraryDependencies += "de.hdodenhof" % "circleimageview" % "3.1.0"

Advertisement