MVN

com.akexorcist : RoundCornerProgressBar

Maven & Gradle

Sep 17, 2015
2.1k stars

RoundCornerProgressBar · Round is cool. Let's make your progress bar to round corner

<dependency>
    <groupId>com.akexorcist</groupId>
    <artifactId>RoundCornerProgressBar</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.akexorcist : RoundCornerProgressBar to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.akexorcist : RoundCornerProgressBar to add to Maven or Gradle - All Versions:

  • Version Updated
  • RoundCornerProgressBar-2.0.3

    Sep 17, 2015
  • RoundCornerProgressBar-2.0.2

    Sep 17, 2015
  • RoundCornerProgressBar-2.0.1

    Sep 17, 2015
  • RoundCornerProgressBar-2.0.0

    Sep 16, 2015
  • RoundCornerProgressBar-1.2.9

    Sep 11, 2015
  • RoundCornerProgressBar-1.2.8

    Aug 27, 2015
  • RoundCornerProgressBar-1.2.7

    Aug 27, 2015
  • RoundCornerProgressBar-1.2.6

    Aug 27, 2015
  • RoundCornerProgressBar-1.2.5

    Aug 26, 2015
  • RoundCornerProgressBar-1.2.3

    Aug 26, 2015
  • RoundCornerProgressBar-1.2.2

    Jul 15, 2015
  • RoundCornerProgressBar-1.2.1

    Jun 06, 2015
  • RoundCornerProgressBar-1.2.0

    May 17, 2015
  • RoundCornerProgressBar-1.1.0

    Mar 09, 2015
  • RoundCornerProgressBar-1.0.0

    Jan 08, 2015

How to add a dependency to Maven

Add the following com.akexorcist : RoundCornerProgressBar maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.akexorcist</groupId>
    <artifactId>RoundCornerProgressBar</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.akexorcist : RoundCornerProgressBar gradle dependency to your build.gradle file:

implementation 'com.akexorcist:RoundCornerProgressBar:2.0.3'

Gradle Kotlin DSL: Add the following com.akexorcist : RoundCornerProgressBar gradle kotlin dependency to your build.gradle.kts file:

implementation("com.akexorcist:RoundCornerProgressBar:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.akexorcist : RoundCornerProgressBar sbt scala dependency to your build.sbt file:

libraryDependencies += "com.akexorcist" % "RoundCornerProgressBar" % "2.0.3"