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