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