MVN

io.github.openfeign : feign-dropwizard-metrics4

Maven & Gradle

Jul 06, 2023
13 usages
8.8k stars

Feign Dropwizard Metrics4 · Feign Dropwizard Metrics 4

<dependency>
    <groupId>io.github.openfeign</groupId>
    <artifactId>feign-dropwizard-metrics4</artifactId>
    <version>12.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.openfeign : feign-dropwizard-metrics4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.4

All Versions

Choose a version of io.github.openfeign : feign-dropwizard-metrics4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.4
feign-dropwizard-metrics4-12.4
12.3
feign-dropwizard-metrics4-12.3
12.2
feign-dropwizard-metrics4-12.2
12.1
feign-dropwizard-metrics4-12.1
12.0
feign-dropwizard-metrics4-12.0
11.10
feign-dropwizard-metrics4-11.10
11.9.x
feign-dropwizard-metrics4-11.9.1
11.9
feign-dropwizard-metrics4-11.9
11.8
feign-dropwizard-metrics4-11.8
11.7
feign-dropwizard-metrics4-11.7
11.6
feign-dropwizard-metrics4-11.6
11.5
feign-dropwizard-metrics4-11.5
11.4
feign-dropwizard-metrics4-11.4
11.3
feign-dropwizard-metrics4-11.3
11.2
feign-dropwizard-metrics4-11.2
11.1
feign-dropwizard-metrics4-11.1
10.12
feign-dropwizard-metrics4-10.12
10.11
feign-dropwizard-metrics4-10.11

How to add a dependency to Maven

Add the following io.github.openfeign : feign-dropwizard-metrics4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.openfeign</groupId>
    <artifactId>feign-dropwizard-metrics4</artifactId>
    <version>12.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.openfeign : feign-dropwizard-metrics4 gradle dependency to your build.gradle file:

implementation 'io.github.openfeign:feign-dropwizard-metrics4:12.4'

Gradle Kotlin DSL: Add the following io.github.openfeign : feign-dropwizard-metrics4 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.openfeign:feign-dropwizard-metrics4:12.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.openfeign : feign-dropwizard-metrics4 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.openfeign" % "feign-dropwizard-metrics4" % "12.4"

Advertisement