| License | License | 
|---|---|
| Categories | CategoriesQuarkus Container Microservices | 
| GroupId | GroupIdorg.apache.camel.quarkus | 
| ArtifactId | ArtifactIdcamel-quarkus-endpointdsl | 
| Last Version | Last Version2.0.0-M1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCamel Quarkus :: Endpoint DSL :: Runtime Code Camel endpoint URI using Java DSL instead of plain strings | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-endpointdsl/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-endpointdsl</artifactId>
    <version>2.0.0-M1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-endpointdsl/
implementation 'org.apache.camel.quarkus:camel-quarkus-endpointdsl:2.0.0-M1'// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-endpointdsl/
implementation ("org.apache.camel.quarkus:camel-quarkus-endpointdsl:2.0.0-M1")'org.apache.camel.quarkus:camel-quarkus-endpointdsl:jar:2.0.0-M1'<dependency org="org.apache.camel.quarkus" name="camel-quarkus-endpointdsl" rev="2.0.0-M1">
  <artifact name="camel-quarkus-endpointdsl" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-endpointdsl', version='2.0.0-M1')
)libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-endpointdsl" % "2.0.0-M1"[org.apache.camel.quarkus/camel-quarkus-endpointdsl "2.0.0-M1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.camel.quarkus : camel-quarkus-core | jar | |
| org.apache.camel : camel-endpointdsl | jar |