MVN

tk.jamun.elements : circularimageview

Maven & Gradle

Jun 05, 2018
0 stars

Circular-Image-View · Circular Image View provide you a Circular Behaviour of Android ImageView with advance Border properties.

<dependency>
    <groupId>tk.jamun.elements</groupId>
    <artifactId>circularimageview</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.jamun.elements : circularimageview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of tk.jamun.elements : circularimageview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
circularimageview-0.0.1

How to add a dependency to Maven

Add the following tk.jamun.elements : circularimageview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.jamun.elements</groupId>
    <artifactId>circularimageview</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.jamun.elements : circularimageview gradle dependency to your build.gradle file:

implementation 'tk.jamun.elements:circularimageview:0.0.1'

Gradle Kotlin DSL: Add the following tk.jamun.elements : circularimageview gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.jamun.elements:circularimageview:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.jamun.elements : circularimageview sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.jamun.elements" % "circularimageview" % "0.0.1"

Advertisement