MVN

com.github.cloudbow : task-handler

Maven & Gradle

Aug 04, 2015
1 usages
0 stars

Task Handling Simplified · Task Handling makes ease of use for handling tasks related to I/O by giving better task pooling.

<dependency>
    <groupId>com.github.cloudbow</groupId>
    <artifactId>task-handler</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cloudbow : task-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.github.cloudbow : task-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
task-handler-0.0.2
task-handler-0.0.1

How to add a dependency to Maven

Add the following com.github.cloudbow : task-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cloudbow</groupId>
    <artifactId>task-handler</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cloudbow : task-handler gradle dependency to your build.gradle file:

implementation 'com.github.cloudbow:task-handler:0.0.2'

Gradle Kotlin DSL: Add the following com.github.cloudbow : task-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cloudbow:task-handler:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cloudbow : task-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cloudbow" % "task-handler" % "0.0.2"