MVN

com.github.siyamed : android-shape-imageview

Maven & Gradle

Oct 13, 2015
1 usages
2.6k stars

android-shape-imageview · Provides a set of custom shaped android imageview components, and a framework to define more shapes. Implements both shader and bitmap mask based image views. Shader based one uses canvas draw methods and Path construct, Mask based one uses xfermode to draw image on bitmaps defined by android shape XML's or resource bitmaps.

<dependency>
    <groupId>com.github.siyamed</groupId>
    <artifactId>android-shape-imageview</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.siyamed : android-shape-imageview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of com.github.siyamed : android-shape-imageview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
android-shape-imageview-0.9.3
android-shape-imageview-0.9.2
android-shape-imageview-0.9.1
0.9
android-shape-imageview-0.9

How to add a dependency to Maven

Add the following com.github.siyamed : android-shape-imageview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.siyamed</groupId>
    <artifactId>android-shape-imageview</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.siyamed : android-shape-imageview gradle dependency to your build.gradle file:

implementation 'com.github.siyamed:android-shape-imageview:0.9.3'

Gradle Kotlin DSL: Add the following com.github.siyamed : android-shape-imageview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.siyamed:android-shape-imageview:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.siyamed : android-shape-imageview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.siyamed" % "android-shape-imageview" % "0.9.3"

Advertisement

Dependencies from Group

Oct 13, 2015
1 usages
2.6k stars

Discover Dependencies

Apr 09, 2020
1 usages
232 stars
May 22, 2017
3 stars
Jan 03, 2023
4 usages
58.9k stars
Jul 20, 2023
712 stars
Feb 24, 2016
4 usages
Jan 10, 2017
58 stars
May 26, 2016
1 stars
ws
Apr 27, 2023
42 usages
21k stars