GroupId | GroupIdcom.mikhaellopez |
---|---|
ArtifactId | ArtifactIdcircularimageview |
Version | Version2.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
circularimageview-2.0.2.pom | |
circularimageview-2.0.2.aar | 6 KB |
circularimageview-2.0.2-sources.jar | 2 KB |
circularimageview-2.0.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/ -->
<dependency>
<groupId>com.mikhaellopez</groupId>
<artifactId>circularimageview</artifactId>
<version>2.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/
implementation 'com.mikhaellopez:circularimageview:2.0.2'
// https://jarcasting.com/artifacts/com.mikhaellopez/circularimageview/
implementation ("com.mikhaellopez:circularimageview:2.0.2")
'com.mikhaellopez:circularimageview:aar:2.0.2'
<dependency org="com.mikhaellopez" name="circularimageview" rev="2.0.2">
<artifact name="circularimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mikhaellopez', module='circularimageview', version='2.0.2')
)
libraryDependencies += "com.mikhaellopez" % "circularimageview" % "2.0.2"
[com.mikhaellopez/circularimageview "2.0.2"]