GroupId | GroupIdcom.joooonho |
---|---|
ArtifactId | ArtifactIdselectableroundedimageview |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.joooonho/selectableroundedimageview/ -->
<dependency>
<groupId>com.joooonho</groupId>
<artifactId>selectableroundedimageview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.joooonho/selectableroundedimageview/
implementation 'com.joooonho:selectableroundedimageview:1.0.0'
// https://jarcasting.com/artifacts/com.joooonho/selectableroundedimageview/
implementation ("com.joooonho:selectableroundedimageview:1.0.0")
'com.joooonho:selectableroundedimageview:aar:1.0.0'
<dependency org="com.joooonho" name="selectableroundedimageview" rev="1.0.0">
<artifact name="selectableroundedimageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.joooonho', module='selectableroundedimageview', version='1.0.0')
)
libraryDependencies += "com.joooonho" % "selectableroundedimageview" % "1.0.0"
[com.joooonho/selectableroundedimageview "1.0.0"]