Registry / utility / camel-catalog

camel-catalog

JSON →
library4.19.0javamavenunverified

Provides a catalog of Camel components, data formats, and languages for use in tooling and IDE support.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-catalog</artifactId> <version>4.19.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-CATALOG
C
camel-catalog
utilityjavav4.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.

CamelCatalog
org.apache.camel.catalog.CamelCatalog

Creates a default CamelCatalog and prints its version.

import org.apache.camel.catalog.CamelCatalog; import org.apache.camel.catalog.DefaultCamelCatalog; public class Quickstart { public static void main(String[] args) { CamelCatalog catalog = new DefaultCamelCatalog(); System.out.println(catalog.catalogVersion()); } }
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
6
Resources
camel-catalog — mvn dependency:get camel-catalog · libregistry