is not current version
Last Version 4.0.0.RC1

com.lmax:disruptor 3.4.3

Disruptor - Concurrent Programming Framework

Categories

Categories

Disruptor General Purpose Libraries High Performance
GroupId

GroupId

com.lmax
ArtifactId

ArtifactId

disruptor
Version

Version

3.4.3
Type

Type

jar

Download disruptor 3.4.3


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