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