MVN

com.smoketurner.dropwizard : consul-core

Maven & Gradle

Aug 20, 2020
1 usages
54 stars

Dropwizard Consul Bundle

<dependency>
    <groupId>com.smoketurner.dropwizard</groupId>
    <artifactId>consul-core</artifactId>
    <version>2.0.12-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.smoketurner.dropwizard : consul-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.12-1

All Versions

Choose a version of com.smoketurner.dropwizard : consul-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • consul-core-2.0.12-1

    Aug 20, 2020
  • consul-core-2.0.7-1

    Apr 11, 2020
  • consul-core-2.0.0-1

    Dec 16, 2019
  • consul-core-1.3.15-1

    Oct 13, 2019
  • consul-core-1.3.14-1

    Sep 01, 2019
  • consul-core-1.3.12-3

    Jun 29, 2019
  • consul-core-1.3.12-1

    May 26, 2019
  • consul-core-1.3.10-1

    May 12, 2019
  • consul-core-1.3.8-1

    Jan 21, 2019
  • consul-core-1.3.7-2

    Nov 08, 2018
  • consul-core-1.3.7-1

    Oct 05, 2018
  • consul-core-1.3.5-3

    Aug 29, 2018
  • consul-core-1.3.5-2

    Aug 22, 2018
  • consul-core-1.3.5-1

    Jun 28, 2018
  • consul-core-1.3.4-1

    Jun 15, 2018
  • consul-core-1.3.0-1

    Mar 15, 2018
  • consul-core-1.2.4-2

    Mar 03, 2018
  • consul-core-1.2.4-1

    Feb 25, 2018
  • consul-core-1.2.3-2

    Jan 30, 2018
  • consul-core-1.2.3-1

    Jan 27, 2018
  • consul-core-1.2.2-1

    Nov 27, 2017
  • consul-core-1.2.0-1

    Oct 08, 2017
  • consul-core-1.1.3-1

    Aug 04, 2017
  • consul-core-1.1.1-1

    Jun 01, 2017
  • consul-core-1.1.0-3

    May 06, 2017
  • consul-core-1.1.0-2

    Apr 25, 2017
  • consul-core-1.1.0-1

    Mar 25, 2017
  • consul-core-1.0.6-1

    Feb 03, 2017
  • consul-core-1.0.5-3

    Jan 24, 2017
  • consul-core-1.0.5-2

    Dec 28, 2016
  • consul-core-1.0.5-1

    Nov 22, 2016
  • consul-core-1.0.3-3

    Nov 12, 2016
  • consul-core-1.0.3-2

    Nov 08, 2016
  • consul-core-1.0.3-1

    Oct 31, 2016
  • consul-core-1.0.2-2

    Oct 07, 2016
  • consul-core-1.0.2-1

    Sep 24, 2016
  • consul-core-1.0.1-1

    Sep 22, 2016
  • consul-core-1.0.0-4

    Sep 22, 2016
  • consul-core-1.0.0-3

    Aug 30, 2016
  • consul-core-1.0.0-2

    Aug 23, 2016
  • consul-core-1.0.0-1

    Jul 27, 2016
  • consul-core-0.9.3-2

    Jul 15, 2016
  • consul-core-0.9.3-1

    Jun 23, 2016
  • consul-core-0.9.2-8

    May 20, 2016
  • consul-core-0.9.2-7

    May 07, 2016
  • consul-core-0.9.2-6

    Apr 29, 2016
  • consul-core-0.9.2-5

    Mar 12, 2016
  • consul-core-0.9.2-4

    Feb 09, 2016
  • consul-core-0.9.2-3

    Feb 08, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.smoketurner.dropwizard</groupId>
    <artifactId>consul-core</artifactId>
    <version>2.0.12-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.smoketurner.dropwizard : consul-core gradle dependency to your build.gradle file:

implementation 'com.smoketurner.dropwizard:consul-core:2.0.12-1'

Gradle Kotlin DSL: Add the following com.smoketurner.dropwizard : consul-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.smoketurner.dropwizard:consul-core:2.0.12-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.smoketurner.dropwizard : consul-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.smoketurner.dropwizard" % "consul-core" % "2.0.12-1"