is not current version
Last Version 4.0.0.RC1

com.lmax:disruptor 3.3.9

Disruptor - Concurrent Programming Framework

Categories

Categories

Disruptor General Purpose Libraries High Performance
GroupId

GroupId

com.lmax
ArtifactId

ArtifactId

disruptor
Version

Version

3.3.9
Type

Type

jar

Download disruptor 3.3.9


<!-- https://jarcasting.com/artifacts/com.lmax/disruptor/ -->
<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>disruptor</artifactId>
    <version>3.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.lmax/disruptor/
implementation 'com.lmax:disruptor:3.3.9'
// https://jarcasting.com/artifacts/com.lmax/disruptor/
implementation ("com.lmax:disruptor:3.3.9")
'com.lmax:disruptor:jar:3.3.9'
<dependency org="com.lmax" name="disruptor" rev="3.3.9">
  <artifact name="disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lmax', module='disruptor', version='3.3.9')
)
libraryDependencies += "com.lmax" % "disruptor" % "3.3.9"
[com.lmax/disruptor "3.3.9"]