Categories |
CategoriesDisruptor General Purpose Libraries High Performance |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-disruptor-starter |
Version | Version2.25.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor-starter/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-disruptor-starter</artifactId>
<version>2.25.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor-starter/
implementation 'org.apache.camel:camel-disruptor-starter:2.25.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-disruptor-starter/
implementation ("org.apache.camel:camel-disruptor-starter:2.25.4")
'org.apache.camel:camel-disruptor-starter:jar:2.25.4'
<dependency org="org.apache.camel" name="camel-disruptor-starter" rev="2.25.4">
<artifact name="camel-disruptor-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-disruptor-starter', version='2.25.4')
)
libraryDependencies += "org.apache.camel" % "camel-disruptor-starter" % "2.25.4"
[org.apache.camel/camel-disruptor-starter "2.25.4"]