Registry / other / camel-main

camel-main

JSON →
library4.18.0javamavenunverified

Provides a standalone main class to run Apache Camel routes without a container.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-main</artifactId> <version>4.18.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-MAIN
C
camel-main
otherjavav4.18.0
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.

Main
org.apache.camel.main.Main

Start a Camel application using the Main class.

import org.apache.camel.main.Main; public class MyApp { public static void main(String[] args) throws Exception { Main main = new Main(); main.run(args); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.18.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
camel-main — mvn dependency:get camel-main · libregistry