q

qbit-core

Go Channels inspired Java lib
https://github.com/advantageous/qbit
The Apache Software License, Version 2.0
Richard Hightower Geoffrey Chandler
文件下载
文件名 操作
qbit-core-0.9.2-RC14.jar 下载
qbit-core-0.9.2-RC14.pom 下载
qbit-core-0.9.2-RC14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.advantageous</groupId>
  <artifactId>qbit-core</artifactId>
  <version>0.9.2-RC14</version>
</dependency>
Gradle Groovy
implementation 'com.github.advantageous:qbit-core:0.9.2-RC14'
Gradle Kotlin
implementation("com.github.advantageous:qbit-core:0.9.2-RC14")
Scala SBT
libraryDependencies += "com.github.advantageous" % "qbit-core" % "0.9.2-RC14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.advantageous', module='qbit-core', version='0.9.2-RC14')
)
Apache Ivy
<dependency org="com.github.advantageous" name="qbit-core" rev="0.9.2-RC14" />
Leiningen
[com.github.advantageous/qbit-core "0.9.2-RC14"]
Apache Buildr
'com.github.advantageous:qbit-core:jar:0.9.2-RC14'