MVN

io.thorntail : camel-vertx

Maven & Gradle

Oct 30, 2018
3 usages

Camel Component :: Vertx · The vertx component is used for sending and receive messages from a vertx event bus.

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-vertx</artifactId>
    <version>2.2.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thorntail : camel-vertx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1.Final

All Versions

Choose a version of io.thorntail : camel-vertx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
camel-vertx-2.2.1.Final
camel-vertx-2.2.0.Final
2.1.x
camel-vertx-2.1.0.Final
2.0.x
camel-vertx-2.0.0.Final

How to add a dependency to Maven

Add the following io.thorntail : camel-vertx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-vertx</artifactId>
    <version>2.2.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thorntail : camel-vertx gradle dependency to your build.gradle file:

implementation 'io.thorntail:camel-vertx:2.2.1.Final'

Gradle Kotlin DSL: Add the following io.thorntail : camel-vertx gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thorntail:camel-vertx:2.2.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thorntail : camel-vertx sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thorntail" % "camel-vertx" % "2.2.1.Final"

Advertisement