License |
License |
---|---|
GroupId | GroupIdcom.mikhaellopez |
ArtifactId | ArtifactIdCircularImageView-Library |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptioncom.mikhaellopez:circularimageview
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 |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/CircularImageView-Library/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>CircularImageView-Library</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/CircularImageView-Library/
implementation 'com.mikhaellopez:CircularImageView-Library:2.0.1'
// https://jarcasting.com/artifacts/com.mikhaellopez/CircularImageView-Library/
implementation ("com.mikhaellopez:CircularImageView-Library:2.0.1")
'com.mikhaellopez:CircularImageView-Library:aar:2.0.1'
<dependency org="com.mikhaellopez" name="CircularImageView-Library" rev="2.0.1">
<artifact name="CircularImageView-Library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='CircularImageView-Library', version='2.0.1')
)
libraryDependencies += "com.mikhaellopez" % "CircularImageView-Library" % "2.0.1"
[com.mikhaellopez/CircularImageView-Library "2.0.1"]