c

circleimageview

A fast circular ImageView for Android
https://github.com/hdodenhof/CircleImageView
The Apache Software License, Version 2.0
Henning Dodenhof
Files download
File Operation
circleimageview-3.1.0.pom download
circleimageview-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.hdodenhof</groupId>
  <artifactId>circleimageview</artifactId>
  <version>3.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'de.hdodenhof:circleimageview:3.1.0'
Gradle Kotlin
implementation("de.hdodenhof:circleimageview:3.1.0")
Scala SBT
libraryDependencies += "de.hdodenhof" % "circleimageview" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.hdodenhof', module='circleimageview', version='3.1.0')
)
Apache Ivy
<dependency org="de.hdodenhof" name="circleimageview" rev="3.1.0" />
Leiningen
[de.hdodenhof/circleimageview "3.1.0"]
Apache Buildr
'de.hdodenhof:circleimageview:jar:3.1.0'
Dependencies
The project has no third-party dependencies