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