| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| = Endpoint DSL |
| :page-aliases: extensions/endpointdsl.adoc |
| :cq-artifact-id: camel-quarkus-endpointdsl |
| :cq-native-supported: true |
| :cq-status: Stable |
| :cq-description: Code Camel endpoint URI using Java DSL instead of plain strings |
| :cq-deprecated: false |
| :cq-jvm-since: 1.0.0 |
| :cq-native-since: 1.0.0 |
| |
| [.badges] |
| [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0## |
| |
| Code Camel endpoint URI using Java DSL instead of plain strings |
| |
| == Maven coordinates |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-endpointdsl</artifactId> |
| </dependency> |
| ---- |
| |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |