MVN

io.woong.shapedimageview : shapedimageview

Maven & Gradle

Jan 22, 2022
10 stars

shapedimageview · Android library for using various shape image views easily

<dependency>
    <groupId>io.woong.shapedimageview</groupId>
    <artifactId>shapedimageview</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.woong.shapedimageview : shapedimageview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of io.woong.shapedimageview : shapedimageview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
shapedimageview-1.4.3
shapedimageview-1.4.2
shapedimageview-1.4.1
shapedimageview-1.4.0
1.3.x
shapedimageview-1.3.1
shapedimageview-1.3.0
1.2.x
shapedimageview-1.2.0
1.1.x
shapedimageview-1.1.0
1.0.x
shapedimageview-1.0.0
0.3.x
shapedimageview-0.3.1
shapedimageview-0.3.0
0.2.x
shapedimageview-0.2.0
0.1.x
shapedimageview-0.1.0

How to add a dependency to Maven

Add the following io.woong.shapedimageview : shapedimageview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.woong.shapedimageview</groupId>
    <artifactId>shapedimageview</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.woong.shapedimageview : shapedimageview gradle dependency to your build.gradle file:

implementation 'io.woong.shapedimageview:shapedimageview:1.4.3'

Gradle Kotlin DSL: Add the following io.woong.shapedimageview : shapedimageview gradle kotlin dependency to your build.gradle.kts file:

implementation("io.woong.shapedimageview:shapedimageview:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.woong.shapedimageview : shapedimageview sbt scala dependency to your build.sbt file:

libraryDependencies += "io.woong.shapedimageview" % "shapedimageview" % "1.4.3"