MVN

org.apache.camel.springboot : camel-spring-boot-config-generator-maven-plugin

Maven & Gradle

Mar 23, 2024

Camel SB Tooling :: Config Generator Maven Plugin

<plugin>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-spring-boot-config-generator-maven-plugin</artifactId>
    <version>4.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel.springboot : camel-spring-boot-config-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.5.0

All Versions

Choose a version of org.apache.camel.springboot : camel-spring-boot-config-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.5.x
camel-spring-boot-config-generator-maven-plugin-4.5.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-spring-boot-config-generator-maven-plugin</artifactId>
    <version>4.5.0</version>
</plugin>