MVN

com.kotlinnlp : progressindicator

Maven & Gradle

Jan 08, 2018
7 usages
1 stars

ProgressIndicator implements different indicators to track a progress.

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>progressindicator</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kotlinnlp : progressindicator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.kotlinnlp : progressindicator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
progressindicator-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.kotlinnlp</groupId>
    <artifactId>progressindicator</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.kotlinnlp : progressindicator gradle dependency to your build.gradle file:

implementation 'com.kotlinnlp:progressindicator:1.0.0'

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

implementation("com.kotlinnlp:progressindicator:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.kotlinnlp : progressindicator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.kotlinnlp" % "progressindicator" % "1.0.0"

Advertisement

Dependencies from Group

Jun 16, 2020
14 usages
3 stars
Jun 16, 2020
13 usages
6 stars
Jun 16, 2020
11 usages
97 stars
Jan 08, 2018
7 usages
1 stars
Jun 16, 2020
5 usages
11 stars

Discover Dependencies