Categories |
CategoriesDisruptor General Purpose Libraries High Performance |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-disruptor |
Version | Version2.20.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-disruptor-2.20.4.pom | |
camel-disruptor-2.20.4.jar | 55 KB |
camel-disruptor-2.20.4-sources.jar | 45 KB |
camel-disruptor-2.20.4-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-disruptor</artifactId>
<version>2.20.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor/
implementation 'org.apache.camel:camel-disruptor:2.20.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor/
implementation ("org.apache.camel:camel-disruptor:2.20.4")
'org.apache.camel:camel-disruptor:jar:2.20.4'
<dependency org="org.apache.camel" name="camel-disruptor" rev="2.20.4">
<artifact name="camel-disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-disruptor', version='2.20.4')
)
libraryDependencies += "org.apache.camel" % "camel-disruptor" % "2.20.4"
[org.apache.camel/camel-disruptor "2.20.4"]