Skip to content

heinrichreimer/progressbar-ktx

Repository files navigation

GitHub Actions JitPack

⏳ progressbar-ktxα

Kotlin extensions for the progressbar JVM library.

Gradle Dependency

This library is available on jitpack.io.
Add this in your build.gradle.kts or build.gradle file:

Kotlin
repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("dev.reimer:progressbar-ktx:<version>")
}
Groovy
repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'dev.reimer:progressbar-ktx:<version>'
}

Status α

⚠️ Warning: This project is in an experimental alpha stage:

  • The API may be changed at any time without further notice.
  • Development still happens on master.
  • Pull Requests are highly appreciated!

About

⏳ Kotlin extensions for the progressbar JVM library.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages