MVN

org.irenical.fetchy : fetchy-consul

Maven & Gradle

Jan 25, 2017
6 stars

Fetchy Consul Service Discovery · Fetchy Consul - Consul Service Discovery Implementation

<dependency>
    <groupId>org.irenical.fetchy</groupId>
    <artifactId>fetchy-consul</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.irenical.fetchy : fetchy-consul to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of org.irenical.fetchy : fetchy-consul to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
fetchy-consul-0.1.6
fetchy-consul-0.1.5
fetchy-consul-0.1.1
fetchy-consul-0.1.0
0.0.x
fetchy-consul-0.0.9
fetchy-consul-0.0.8
fetchy-consul-0.0.7
fetchy-consul-0.0.6
fetchy-consul-0.0.5
fetchy-consul-0.0.4
fetchy-consul-0.0.3
fetchy-consul-0.0.1

How to add a dependency to Maven

Add the following org.irenical.fetchy : fetchy-consul maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.irenical.fetchy</groupId>
    <artifactId>fetchy-consul</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.irenical.fetchy : fetchy-consul gradle dependency to your build.gradle file:

implementation 'org.irenical.fetchy:fetchy-consul:0.1.6'

Gradle Kotlin DSL: Add the following org.irenical.fetchy : fetchy-consul gradle kotlin dependency to your build.gradle.kts file:

implementation("org.irenical.fetchy:fetchy-consul:0.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.irenical.fetchy : fetchy-consul sbt scala dependency to your build.sbt file:

libraryDependencies += "org.irenical.fetchy" % "fetchy-consul" % "0.1.6"

Advertisement