is not current version
Last Version 1.2.20

com.conversantmedia:disruptor 1.2.8-JDK7

Conversant Disruptor - very low latency Java BlockingQueue

Categories

Categories

Ant Build Tools Disruptor General Purpose Libraries High Performance
GroupId

GroupId

com.conversantmedia
ArtifactId

ArtifactId

disruptor
Version

Version

1.2.8-JDK7
Type

Type

jar

Download disruptor 1.2.8-JDK7


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