How to install the Java artifact org.apache.camel.quarkus.camel-quarkus-milo-deployment with Maven
Java
Maven
pom.xml
org.apache.camel.quarkus
camel-quarkus-milo-deployment
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-milo-deployment</artifactId>
<version>1.5.0</version>
</dependency>
/dependencies>