License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Disruptor General Purpose Libraries High Performance |
GroupId | GroupIdcom.conversantmedia |
ArtifactId | ArtifactIddisruptor |
Last Version | Last Version1.2.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.conversantmedia:disruptor
Conversant Disruptor - very high throughput Java BlockingQueue
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
disruptor-1.2.20.pom | |
disruptor-1.2.20.xml | 9 KB |
disruptor-1.2.20-sources.jar | 104 KB |
disruptor-1.2.20-javadoc.jar | 502 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.conversantmedia/disruptor/ -->
<dependency>
<groupId>com.conversantmedia</groupId>
<artifactId>disruptor</artifactId>
<version>1.2.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.conversantmedia/disruptor/
implementation 'com.conversantmedia:disruptor:1.2.20'
// https://jarcasting.com/artifacts/com.conversantmedia/disruptor/
implementation ("com.conversantmedia:disruptor:1.2.20")
'com.conversantmedia:disruptor:jar:1.2.20'
<dependency org="com.conversantmedia" name="disruptor" rev="1.2.20">
<artifact name="disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.conversantmedia', module='disruptor', version='1.2.20')
)
libraryDependencies += "com.conversantmedia" % "disruptor" % "1.2.20"
[com.conversantmedia/disruptor "1.2.20"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
junit : junit | jar | 4.13.1 |