k

kovenant-disruptor

LMAX Disruptor Worker Queues for Kovenant
http://kovenant.komponents.nl
MIT License
Mark Platvoet
文件下载
文件名 操作
kovenant-disruptor-2.2.1.jar 下载
kovenant-disruptor-2.2.1.pom 下载
kovenant-disruptor-2.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.komponents.kovenant</groupId>
  <artifactId>kovenant-disruptor</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'nl.komponents.kovenant:kovenant-disruptor:2.2.1'
Gradle Kotlin
implementation("nl.komponents.kovenant:kovenant-disruptor:2.2.1")
Scala SBT
libraryDependencies += "nl.komponents.kovenant" % "kovenant-disruptor" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.komponents.kovenant', module='kovenant-disruptor', version='2.2.1')
)
Apache Ivy
<dependency org="nl.komponents.kovenant" name="kovenant-disruptor" rev="2.2.1" />
Leiningen
[nl.komponents.kovenant/kovenant-disruptor "2.2.1"]
Apache Buildr
'nl.komponents.kovenant:kovenant-disruptor:jar:2.2.1'