GroupId | GroupIdcom.github.siyamed |
---|---|
ArtifactId | ArtifactIdandroid-shape-imageview |
Version | Version0.9 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.siyamed/android-shape-imageview/ -->
<dependency>
<groupId>com.github.siyamed</groupId>
<artifactId>android-shape-imageview</artifactId>
<version>0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.siyamed/android-shape-imageview/
implementation 'com.github.siyamed:android-shape-imageview:0.9'
// https://jarcasting.com/artifacts/com.github.siyamed/android-shape-imageview/
implementation ("com.github.siyamed:android-shape-imageview:0.9")
'com.github.siyamed:android-shape-imageview:aar:0.9'
<dependency org="com.github.siyamed" name="android-shape-imageview" rev="0.9">
<artifact name="android-shape-imageview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.siyamed', module='android-shape-imageview', version='0.9')
)
libraryDependencies += "com.github.siyamed" % "android-shape-imageview" % "0.9"
[com.github.siyamed/android-shape-imageview "0.9"]