c

conseq

A Java concurrent API to sequence related tasks while concurring unrelated ones
https://github.com/q3769/qlib-conseq
MIT License
Qingtian Wang
文件下载
文件名 操作
conseq-20211021.0.1.jar 下载
conseq-20211021.0.1.pom 下载
conseq-20211021.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.q3769.qlib</groupId>
  <artifactId>conseq</artifactId>
  <version>20211021.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.q3769.qlib:conseq:20211021.0.1'
Gradle Kotlin
implementation("io.github.q3769.qlib:conseq:20211021.0.1")
Scala SBT
libraryDependencies += "io.github.q3769.qlib" % "conseq" % "20211021.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.q3769.qlib', module='conseq', version='20211021.0.1')
)
Apache Ivy
<dependency org="io.github.q3769.qlib" name="conseq" rev="20211021.0.1" />
Leiningen
[io.github.q3769.qlib/conseq "20211021.0.1"]
Apache Buildr
'io.github.q3769.qlib:conseq:jar:20211021.0.1'