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-1.1.0.RELEASE.jar 下载
qbit-core-1.1.0.RELEASE.pom 下载
qbit-core-1.1.0.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.advantageous.qbit</groupId>
  <artifactId>qbit-core</artifactId>
  <version>1.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.advantageous.qbit:qbit-core:1.1.0.RELEASE'
Gradle Kotlin
implementation("io.advantageous.qbit:qbit-core:1.1.0.RELEASE")
Scala SBT
libraryDependencies += "io.advantageous.qbit" % "qbit-core" % "1.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.advantageous.qbit', module='qbit-core', version='1.1.0.RELEASE')
)
Apache Ivy
<dependency org="io.advantageous.qbit" name="qbit-core" rev="1.1.0.RELEASE" />
Leiningen
[io.advantageous.qbit/qbit-core "1.1.0.RELEASE"]
Apache Buildr
'io.advantageous.qbit:qbit-core:jar:1.1.0.RELEASE'