Files download
File Operation
disruptor-3.0.0.beta4.jar download
disruptor-3.0.0.beta4.pom download
disruptor-3.0.0.beta4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lmax</groupId>
  <artifactId>disruptor</artifactId>
  <version>3.0.0.beta4</version>
</dependency>
Gradle Groovy
implementation 'com.lmax:disruptor:3.0.0.beta4'
Gradle Kotlin
implementation("com.lmax:disruptor:3.0.0.beta4")
Scala SBT
libraryDependencies += "com.lmax" % "disruptor" % "3.0.0.beta4"
Groovy Grape
@Grapes(
  @Grab(group='com.lmax', module='disruptor', version='3.0.0.beta4')
)
Apache Ivy
<dependency org="com.lmax" name="disruptor" rev="3.0.0.beta4" />
Leiningen
[com.lmax/disruptor "3.0.0.beta4"]
Apache Buildr
'com.lmax:disruptor:jar:3.0.0.beta4'