| License | License | 
|---|---|
| Categories | CategoriesDisruptor General Purpose Libraries High Performance | 
| GroupId | GroupIdcom.lmax | 
| ArtifactId | ArtifactIddisruptor-proxy | 
| Last Version | Last Version2.0.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionDisruptor-Proxy A utility for generating Disruptor-backed proxies for easy execution serialisation | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| disruptor-proxy-2.0.7.pom | |
| disruptor-proxy-2.0.7.jar | 30 KB | 
| disruptor-proxy-2.0.7-sources.jar | 26 KB | 
| disruptor-proxy-2.0.7-javadoc.jar | 82 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.lmax/disruptor-proxy/ -->
<dependency>
    <groupId>com.lmax</groupId>
    <artifactId>disruptor-proxy</artifactId>
    <version>2.0.7</version>
</dependency>// https://jarcasting.com/artifacts/com.lmax/disruptor-proxy/
implementation 'com.lmax:disruptor-proxy:2.0.7'// https://jarcasting.com/artifacts/com.lmax/disruptor-proxy/
implementation ("com.lmax:disruptor-proxy:2.0.7")'com.lmax:disruptor-proxy:jar:2.0.7'<dependency org="com.lmax" name="disruptor-proxy" rev="2.0.7">
  <artifact name="disruptor-proxy" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lmax', module='disruptor-proxy', version='2.0.7')
)libraryDependencies += "com.lmax" % "disruptor-proxy" % "2.0.7"[com.lmax/disruptor-proxy "2.0.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.lmax : disruptor | jar | 3.3.0 | 
| org.javassist : javassist | jar | 3.19.0-GA | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 | 
| junit : junit | jar | 4.5 |