文件下载
文件名 操作
disruptor-4.0.0.jar 下载
disruptor-4.0.0.pom 下载
disruptor-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lmax</groupId>
  <artifactId>disruptor</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.lmax:disruptor:4.0.0'
Gradle Kotlin
implementation("com.lmax:disruptor:4.0.0")
Scala SBT
libraryDependencies += "com.lmax" % "disruptor" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lmax', module='disruptor', version='4.0.0')
)
Apache Ivy
<dependency org="com.lmax" name="disruptor" rev="4.0.0" />
Leiningen
[com.lmax/disruptor "4.0.0"]
Apache Buildr
'com.lmax:disruptor:jar:4.0.0'
本项目依赖
该项目无第三方依赖