is not current version
Last Version 4.3.0

com.mikhaellopez:circularimageview 2.0.1

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.0.1
Type

Type

aar

Download circularimageview 2.0.1


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