MVN

com.github.sviperll : chicory-task

Maven & Gradle

Sep 05, 2014
5 stars

chicory-task · Library to support multi-task programming. Allows composition and control of tasks.

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-task</artifactId>
    <version>0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.16

All Versions

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

Version Vulnerabilities Updated
0.16
chicory-task-0.16
0.15
chicory-task-0.15
0.14
chicory-task-0.14
0.13
chicory-task-0.13
0.12
chicory-task-0.12
0.11
chicory-task-0.11
0.10
chicory-task-0.10
0.9
chicory-task-0.9
0.8
chicory-task-0.8
0.7
chicory-task-0.7
0.6
chicory-task-0.6
0.5
chicory-task-0.5
0.4
chicory-task-0.4
0.3
chicory-task-0.3
0.1
chicory-task-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-task</artifactId>
    <version>0.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.sviperll:chicory-task:0.16'

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

implementation("com.github.sviperll:chicory-task:0.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.sviperll" % "chicory-task" % "0.16"

Advertisement