is not current version
Last Version 0.16

com.github.sviperll:chicory-task 0.12

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

GroupId

GroupId

com.github.sviperll
ArtifactId

ArtifactId

chicory-task
Version

Version

0.12
Type

Type

jar

Download chicory-task 0.12


<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-task/ -->
<dependency>
    <groupId>com.github.sviperll</groupId>
    <artifactId>chicory-task</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-task/
implementation 'com.github.sviperll:chicory-task:0.12'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-task/
implementation ("com.github.sviperll:chicory-task:0.12")
'com.github.sviperll:chicory-task:jar:0.12'
<dependency org="com.github.sviperll" name="chicory-task" rev="0.12">
  <artifact name="chicory-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-task', version='0.12')
)
libraryDependencies += "com.github.sviperll" % "chicory-task" % "0.12"
[com.github.sviperll/chicory-task "0.12"]