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