| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sviperll |
| Идентификатор | Идентификаторchicory-task |
| Последняя версия | Последняя версия0.16 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеchicory-task
Library to support multi-task programming. Allows composition and control of tasks.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| chicory-task-0.16.pom | |
| chicory-task-0.16.jar | 19 KB |
| chicory-task-0.16-sources.jar | 13 KB |
| chicory-task-0.16-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-task/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>chicory-task</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-task/
implementation 'com.github.sviperll:chicory-task:0.16'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-task/
implementation ("com.github.sviperll:chicory-task:0.16")
'com.github.sviperll:chicory-task:jar:0.16'
<dependency org="com.github.sviperll" name="chicory-task" rev="0.16">
<artifact name="chicory-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-task', version='0.16')
)
libraryDependencies += "com.github.sviperll" % "chicory-task" % "0.16"
[com.github.sviperll/chicory-task "0.16"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.sviperll : chicory-common | jar | 0.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |