License |
License |
---|---|
GroupId | GroupIdcom.mikhaellopez |
ArtifactId | ArtifactIdcircularimageview |
Version | Version4.3.0 |
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 | 28 KB |
circularimageview-4.3.0-sources.jar | 607 bytes |
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 |