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