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