MVN

com.mikhaellopez : CircularImageView-Library

Maven & Gradle

Oct 14, 2015
1.9k stars

Android Update Checker · The project aims to provide a reusable instrument to check asynchronously if exists any newer released update of your Android app on the Store.

<dependency>
    <groupId>com.mikhaellopez</groupId>
    <artifactId>CircularImageView-Library</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mikhaellopez : CircularImageView-Library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.mikhaellopez : CircularImageView-Library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
CircularImageView-Library-2.0.1
CircularImageView-Library-2.0.0

How to add a dependency to Maven

Add the following com.mikhaellopez : CircularImageView-Library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mikhaellopez</groupId>
    <artifactId>CircularImageView-Library</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mikhaellopez : CircularImageView-Library gradle dependency to your build.gradle file:

implementation 'com.mikhaellopez:CircularImageView-Library:2.0.1'

Gradle Kotlin DSL: Add the following com.mikhaellopez : CircularImageView-Library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mikhaellopez:CircularImageView-Library:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mikhaellopez : CircularImageView-Library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mikhaellopez" % "CircularImageView-Library" % "2.0.1"

Advertisement