Registry / messaging / apache-camel

apache-camel

JSON →
library4.14.5javamavenunverified

Apache Camel is a powerful integration framework based on known Enterprise Integration Patterns.

<dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>apache-camel</artifactId> <version>4.14.5</version> </dependency>
INSTALL
IMPORT
SIG · APACHE-CAMEL
A
apache-camel
messagingjavav4.14.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RouteBuilder
org.apache.camel.builder.RouteBuilder

Define a simple file copy route.

import org.apache.camel.builder.RouteBuilder; public class MyRoute extends RouteBuilder { @Override public void configure() throws Exception { from("file:input") .to("file:output"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.14.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
OpenAI (training)
1
Resources
apache-camel — mvn dependency:get apache-camel · libregistry