| License | License | 
|---|---|
| Categories | CategoriesDisruptor General Purpose Libraries High Performance | 
| GroupId | GroupIdcom.googlecode.disruptor | 
| ArtifactId | ArtifactIddisruptor | 
| Last Version | Last Version2.10.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionDisruptor Framework Disruptor - Concurrent Programming Framework | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| disruptor-2.10.4.pom | |
| disruptor-2.10.4.jar | 47 KB | 
| disruptor-2.10.4-sources.jar | 52 KB | 
| disruptor-2.10.4-javadoc.jar | 235 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.googlecode.disruptor/disruptor/ -->
<dependency>
    <groupId>com.googlecode.disruptor</groupId>
    <artifactId>disruptor</artifactId>
    <version>2.10.4</version>
</dependency>// https://jarcasting.com/artifacts/com.googlecode.disruptor/disruptor/
implementation 'com.googlecode.disruptor:disruptor:2.10.4'// https://jarcasting.com/artifacts/com.googlecode.disruptor/disruptor/
implementation ("com.googlecode.disruptor:disruptor:2.10.4")'com.googlecode.disruptor:disruptor:jar:2.10.4'<dependency org="com.googlecode.disruptor" name="disruptor" rev="2.10.4">
  <artifact name="disruptor" type="jar" />
</dependency>@Grapes(
@Grab(group='com.googlecode.disruptor', module='disruptor', version='2.10.4')
)libraryDependencies += "com.googlecode.disruptor" % "disruptor" % "2.10.4"[com.googlecode.disruptor/disruptor "2.10.4"]