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