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