is not current version
Last Version 4.3.0

com.mikhaellopez:circularimageview 3.0.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

3.0.0
Type

Type

aar

Download circularimageview 3.0.0


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