MVN

com.jdkhome.blzo : blzo-ex-consul

Maven & Gradle

Feb 15, 2020
2 stars

blzo-ex-consul · blzo-ex-consul

<dependency>
    <groupId>com.jdkhome.blzo</groupId>
    <artifactId>blzo-ex-consul</artifactId>
    <version>0.3.3.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jdkhome.blzo : blzo-ex-consul to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3.1.RELEASE

All Versions

Choose a version of com.jdkhome.blzo : blzo-ex-consul to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
blzo-ex-consul-0.3.3.1.RELEASE
blzo-ex-consul-0.3.3.RELEASE
blzo-ex-consul-0.3.2.1.RELEASE
blzo-ex-consul-0.3.2.RELEASE
blzo-ex-consul-0.3.1.1.RELEASE
blzo-ex-consul-0.3.1.RELEASE
blzo-ex-consul-0.3.0.1.RELEASE
blzo-ex-consul-0.3.0.RELEASE
0.2.x
blzo-ex-consul-0.2.2.RELEASE
blzo-ex-consul-0.2.0.RELEASE
0.1.x
blzo-ex-consul-0.1.4.RELEASE

How to add a dependency to Maven

Add the following com.jdkhome.blzo : blzo-ex-consul maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jdkhome.blzo</groupId>
    <artifactId>blzo-ex-consul</artifactId>
    <version>0.3.3.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jdkhome.blzo : blzo-ex-consul gradle dependency to your build.gradle file:

implementation 'com.jdkhome.blzo:blzo-ex-consul:0.3.3.1.RELEASE'

Gradle Kotlin DSL: Add the following com.jdkhome.blzo : blzo-ex-consul gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jdkhome.blzo:blzo-ex-consul:0.3.3.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jdkhome.blzo : blzo-ex-consul sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jdkhome.blzo" % "blzo-ex-consul" % "0.3.3.1.RELEASE"

Advertisement