| License |
License |
|---|---|
| GroupId | GroupIdcom.mikhaellopez |
| ArtifactId | ArtifactIdcircularimageview |
| Last Version | Last Version4.3.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionCircularImageView
This is an Android project allowing to realize a circular ImageView in the simplest way possible.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| circularimageview-4.3.0.pom | |
| circularimageview-4.3.0.aar | 6 KB |
| circularimageview-4.3.0-sources.jar | 2 KB |
| circularimageview-4.3.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>circularimageview</artifactId>
<version>4.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/
implementation 'com.mikhaellopez:circularimageview:4.3.0'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/
implementation ("com.mikhaellopez:circularimageview:4.3.0")
'com.mikhaellopez:circularimageview:aar:4.3.0'
<dependency org="com.mikhaellopez" name="circularimageview" rev="4.3.0">
<artifact name="circularimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularimageview', version='4.3.0')
)
libraryDependencies += "com.mikhaellopez" % "circularimageview" % "4.3.0"
[com.mikhaellopez/circularimageview "4.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |
| androidx.appcompat » appcompat | jar | 1.3.0 |