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