is not current version
Last Version 1.2.20

com.conversantmedia:disruptor 1.2.15

Conversant Disruptor - very high throughput Java BlockingQueue

Categories

Categories

Ant Build Tools Disruptor General Purpose Libraries High Performance
GroupId

GroupId

com.conversantmedia
ArtifactId

ArtifactId

disruptor
Version

Version

1.2.15
Type

Type

jar

Download disruptor 1.2.15


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