License |
License |
---|---|
GroupId | GroupIdde.hdodenhof |
ArtifactId | ArtifactIdcircleimageview |
Version | Version3.1.0 |
Type | Typeaar |
Description |
DescriptionCircleImageView
A fast circular ImageView for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
circleimageview-3.1.0.pom | |
circleimageview-3.1.0.aar | 8 KB |
circleimageview-3.1.0-sources.jar | 4 KB |
circleimageview-3.1.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hdodenhof/circleimageview/ -->
<dependency>
<groupId>de.hdodenhof</groupId>
<artifactId>circleimageview</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/de.hdodenhof/circleimageview/
implementation 'de.hdodenhof:circleimageview:3.1.0'
// https://jarcasting.com/artifacts/de.hdodenhof/circleimageview/
implementation ("de.hdodenhof:circleimageview:3.1.0")
'de.hdodenhof:circleimageview:aar:3.1.0'
<dependency org="de.hdodenhof" name="circleimageview" rev="3.1.0">
<artifact name="circleimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='de.hdodenhof', module='circleimageview', version='3.1.0')
)
libraryDependencies += "de.hdodenhof" % "circleimageview" % "3.1.0"
[de.hdodenhof/circleimageview "3.1.0"]