Registry / other / camel-groovy

camel-groovy

JSON →
library4.19.0javamavenunverified

Provides Groovy scripting language support for Apache Camel routes, enabling dynamic expressions and transformations.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-groovy</artifactId> <version>4.19.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-GROOVY
C
camel-groovy
otherjavav4.19.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.

GroovyLanguage
org.apache.camel.language.groovy.GroovyLanguage

Registers the Groovy language with a Camel context.

import org.apache.camel.language.groovy.GroovyLanguage; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); GroovyLanguage groovy = new GroovyLanguage(); context.addLanguage("groovy", groovy); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Amazon
1
Resources
camel-groovy — mvn dependency:get camel-groovy · libregistry