is not current version
Last Version 2.0.7

com.lmax:disruptor-proxy 2.0.4

A utility for generating Disruptor-backed proxies for easy execution serialisation

Categories

Categories

Disruptor General Purpose Libraries High Performance
GroupId

GroupId

com.lmax
ArtifactId

ArtifactId

disruptor-proxy
Version

Version

2.0.4
Type

Type

jar

Download disruptor-proxy 2.0.4


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