MVN

org.apache.camel.springboot : camel-spring-boot-docs-maven-plugin

Maven & Gradle

Oct 07, 2021

Camel SB Tooling :: Docs Maven Plugin

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-spring-boot-docs-maven-plugin</artifactId>
    <version>3.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.11.3

All Versions

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

Version Vulnerabilities Updated
3.12.x
camel-spring-boot-docs-maven-plugin-3.12.0
3.11.x
camel-spring-boot-docs-maven-plugin-3.11.3
camel-spring-boot-docs-maven-plugin-3.11.2
camel-spring-boot-docs-maven-plugin-3.11.1
camel-spring-boot-docs-maven-plugin-3.11.0
3.10.x
camel-spring-boot-docs-maven-plugin-3.10.0
3.9.x
camel-spring-boot-docs-maven-plugin-3.9.0
3.8.x
camel-spring-boot-docs-maven-plugin-3.8.0
3.7.x
camel-spring-boot-docs-maven-plugin-3.7.6
camel-spring-boot-docs-maven-plugin-3.7.5
camel-spring-boot-docs-maven-plugin-3.7.4
camel-spring-boot-docs-maven-plugin-3.7.3
camel-spring-boot-docs-maven-plugin-3.7.2
camel-spring-boot-docs-maven-plugin-3.7.1
camel-spring-boot-docs-maven-plugin-3.7.0
3.6.x
camel-spring-boot-docs-maven-plugin-3.6.0
3.5.x
camel-spring-boot-docs-maven-plugin-3.5.0
3.4.x
camel-spring-boot-docs-maven-plugin-3.4.6
camel-spring-boot-docs-maven-plugin-3.4.5
camel-spring-boot-docs-maven-plugin-3.4.4
camel-spring-boot-docs-maven-plugin-3.4.3
camel-spring-boot-docs-maven-plugin-3.4.2
camel-spring-boot-docs-maven-plugin-3.4.1
camel-spring-boot-docs-maven-plugin-3.4.0
3.3.x
camel-spring-boot-docs-maven-plugin-3.3.0
3.2.x
camel-spring-boot-docs-maven-plugin-3.2.0
3.1.x
camel-spring-boot-docs-maven-plugin-3.1.0

How to add a dependency to Maven

Add the following org.apache.camel.springboot : camel-spring-boot-docs-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>camel-spring-boot-docs-maven-plugin</artifactId>
    <version>3.11.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel.springboot : camel-spring-boot-docs-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.apache.camel.springboot:camel-spring-boot-docs-maven-plugin:3.11.3'

Gradle Kotlin DSL: Add the following org.apache.camel.springboot : camel-spring-boot-docs-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel.springboot:camel-spring-boot-docs-maven-plugin:3.11.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel.springboot : camel-spring-boot-docs-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot-docs-maven-plugin" % "3.11.3"