MVN

ws.prager.camel : camel-consul

Maven & Gradle

May 03, 2016

camel-consul · Apache Camel plugin for Consul registry

<dependency>
    <groupId>ws.prager.camel</groupId>
    <artifactId>camel-consul</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ws.prager.camel : camel-consul to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of ws.prager.camel : camel-consul to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
camel-consul-1.2.1
camel-consul-1.2.0
1.1.x
camel-consul-1.1.0

How to add a dependency to Maven

Add the following ws.prager.camel : camel-consul maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ws.prager.camel</groupId>
    <artifactId>camel-consul</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ws.prager.camel : camel-consul gradle dependency to your build.gradle file:

implementation 'ws.prager.camel:camel-consul:1.2.1'

Gradle Kotlin DSL: Add the following ws.prager.camel : camel-consul gradle kotlin dependency to your build.gradle.kts file:

implementation("ws.prager.camel:camel-consul:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ws.prager.camel : camel-consul sbt scala dependency to your build.sbt file:

libraryDependencies += "ws.prager.camel" % "camel-consul" % "1.2.1"

Advertisement