| GroupId | GroupIdde.hdodenhof |
|---|---|
| ArtifactId | ArtifactIdcircleimageview |
| Version | Version1.2.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| circleimageview-1.2.1.pom | |
| circleimageview-1.2.1.aar | 5 KB |
| circleimageview-1.2.1-sources.jar | 2 KB |
| circleimageview-1.2.1-javadoc.jar | 37 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.hdodenhof/circleimageview/ -->
<dependency>
<groupId>de.hdodenhof</groupId>
<artifactId>circleimageview</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.hdodenhof/circleimageview/
implementation 'de.hdodenhof:circleimageview:1.2.1'
// https://jarcasting.com/artifacts/de.hdodenhof/circleimageview/
implementation ("de.hdodenhof:circleimageview:1.2.1")
'de.hdodenhof:circleimageview:aar:1.2.1'
<dependency org="de.hdodenhof" name="circleimageview" rev="1.2.1">
<artifact name="circleimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.hdodenhof', module='circleimageview', version='1.2.1')
)
libraryDependencies += "de.hdodenhof" % "circleimageview" % "1.2.1"
[de.hdodenhof/circleimageview "1.2.1"]