License |
License |
---|---|
Categories |
CategoriesDisruptor General Purpose Libraries High Performance |
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-disruptor |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Disruptor
Camel :: Disruptor component
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-disruptor-3.17.0.pom | |
camel-disruptor-3.17.0.jar | 63 KB |
camel-disruptor-3.17.0-sources.jar | 43 KB |
camel-disruptor-3.17.0-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-disruptor</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor/
implementation 'org.apache.camel:camel-disruptor:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor/
implementation ("org.apache.camel:camel-disruptor:3.17.0")
'org.apache.camel:camel-disruptor:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-disruptor" rev="3.17.0">
<artifact name="camel-disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-disruptor', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-disruptor" % "3.17.0"
[org.apache.camel/camel-disruptor "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-support | jar | 3.17.0 |
com.lmax : disruptor | jar | 3.4.4 |