не последняя версия
Последняя версия 4.0.0.RC1

com.lmax:disruptor 3.3.2

Disruptor - Concurrent Programming Framework

Категории

Категории

Disruptor Универсальные библиотеки High Performance
Группа

Группа

com.lmax
Идентификатор

Идентификатор

disruptor
Версия

Версия

3.3.2
Тип

Тип

jar

Скачать disruptor 3.3.2


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