blob: 621efb029b4020d89adf995a116983be803ace9d [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Kotlin DSL
:linkattrs:
:cq-artifact-id: camel-quarkus-kotlin-dsl
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Support for parsing Kotlin route definitions at runtime
:cq-deprecated: false
:cq-jvm-since: 1.8.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Support for parsing Kotlin route definitions at runtime
== What's inside
* xref:{cq-camel-components}:others:kotlin-dsl.adoc[Kotlin DSL]
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kotlin-dsl</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.