is not current version
Last Version 4.3.0

com.mikhaellopez:circularimageview 2.1.0

This is an Android project allowing to realize a circular ImageView in the simplest way possible.

GroupId

GroupId

com.mikhaellopez
ArtifactId

ArtifactId

circularimageview
Version

Version

2.1.0
Type

Type

aar

Download circularimageview 2.1.0


<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/ -->
<dependency>
    <groupId>com.mikhaellopez</groupId>
    <artifactId>circularimageview</artifactId>
    <version>2.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/
implementation 'com.mikhaellopez:circularimageview:2.1.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/
implementation ("com.mikhaellopez:circularimageview:2.1.0")
'com.mikhaellopez:circularimageview:aar:2.1.0'
<dependency org="com.mikhaellopez" name="circularimageview" rev="2.1.0">
  <artifact name="circularimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularimageview', version='2.1.0')
)
libraryDependencies += "com.mikhaellopez" % "circularimageview" % "2.1.0"
[com.mikhaellopez/circularimageview "2.1.0"]