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