License |
License |
---|---|
Categories |
CategoriesAxon Application Layer Libs Distributed Applications Disruptor General Purpose Libraries High Performance |
GroupId | GroupIdorg.axonframework.com.lmax |
ArtifactId | ArtifactIddisruptor |
Last Version | Last Version2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLMAX Disruptor - Redistributed
Redistribution of the LMAX Disruptor for the Axon Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
disruptor-2.7.pom | |
disruptor-2.7.jar | 49 KB |
disruptor-2.7-sources.jar | 52 KB |
disruptor-2.7-javadoc.jar | 248 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.axonframework.com.lmax/disruptor/ -->
<dependency>
<groupId>org.axonframework.com.lmax</groupId>
<artifactId>disruptor</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.axonframework.com.lmax/disruptor/
implementation 'org.axonframework.com.lmax:disruptor:2.7'
// https://jarcasting.com/artifacts/org.axonframework.com.lmax/disruptor/
implementation ("org.axonframework.com.lmax:disruptor:2.7")
'org.axonframework.com.lmax:disruptor:jar:2.7'
<dependency org="org.axonframework.com.lmax" name="disruptor" rev="2.7">
<artifact name="disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axonframework.com.lmax', module='disruptor', version='2.7')
)
libraryDependencies += "org.axonframework.com.lmax" % "disruptor" % "2.7"
[org.axonframework.com.lmax/disruptor "2.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit-dep | jar | 4.10 |
org.jmock : jmock-junit4 | jar | 2.5.1 |
org.jmock : jmock-legacy | jar | 2.5.1 |