GroupId | GroupIdcom.makeramen |
---|---|
ArtifactId | ArtifactIdroundedimageview |
Version | Version2.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
roundedimageview-2.2.1.pom | |
roundedimageview-2.2.1.aar | 20 KB |
roundedimageview-2.2.1-sources.jar | 10 KB |
roundedimageview-2.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.makeramen/roundedimageview/ -->
<dependency>
<groupId>com.makeramen</groupId>
<artifactId>roundedimageview</artifactId>
<version>2.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.makeramen/roundedimageview/
implementation 'com.makeramen:roundedimageview:2.2.1'
// https://jarcasting.com/artifacts/com.makeramen/roundedimageview/
implementation ("com.makeramen:roundedimageview:2.2.1")
'com.makeramen:roundedimageview:aar:2.2.1'
<dependency org="com.makeramen" name="roundedimageview" rev="2.2.1">
<artifact name="roundedimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.makeramen', module='roundedimageview', version='2.2.1')
)
libraryDependencies += "com.makeramen" % "roundedimageview" % "2.2.1"
[com.makeramen/roundedimageview "2.2.1"]