MVN

io.dropwizard.metrics : metrics-httpasyncclient

Maven & Gradle

Jun 01, 2023
34 usages
7.7k stars

Metrics Integration for Apache HttpAsyncClient · An Apache HttpAsyncClient wrapper providing Metrics instrumentation of connection pools, request durations and rates, and other useful information.

<dependency>
    <groupId>io.dropwizard.metrics</groupId>
    <artifactId>metrics-httpasyncclient</artifactId>
    <version>4.2.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dropwizard.metrics : metrics-httpasyncclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.19
  • Latest Release Candidate: 4.2.0-rc.3
  • Latest Beta: 4.2.0-beta.4
  • Latest Alpha: 4.0.0-alpha5

All Versions

Choose a version of io.dropwizard.metrics : metrics-httpasyncclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
metrics-httpasyncclient-4.2.19
metrics-httpasyncclient-4.2.18
metrics-httpasyncclient-4.2.17
metrics-httpasyncclient-4.2.16
metrics-httpasyncclient-4.2.15
metrics-httpasyncclient-4.2.14
metrics-httpasyncclient-4.2.13
metrics-httpasyncclient-4.2.12
metrics-httpasyncclient-4.2.11
metrics-httpasyncclient-4.2.10
metrics-httpasyncclient-4.2.9
metrics-httpasyncclient-4.2.8
metrics-httpasyncclient-4.2.7
metrics-httpasyncclient-4.2.6
metrics-httpasyncclient-4.2.5
metrics-httpasyncclient-4.2.4
metrics-httpasyncclient-4.2.3
metrics-httpasyncclient-4.2.2
metrics-httpasyncclient-4.2.1
metrics-httpasyncclient-4.2.0
metrics-httpasyncclient-4.2.0-rc.3
metrics-httpasyncclient-4.2.0-rc.2
metrics-httpasyncclient-4.2.0-rc.1
metrics-httpasyncclient-4.2.0-beta.4
metrics-httpasyncclient-4.2.0-beta.3
metrics-httpasyncclient-4.2.0-beta.2
metrics-httpasyncclient-4.2.0-beta.1
4.1.x
metrics-httpasyncclient-4.1.36
metrics-httpasyncclient-4.1.35
metrics-httpasyncclient-4.1.34
metrics-httpasyncclient-4.1.33
metrics-httpasyncclient-4.1.32
metrics-httpasyncclient-4.1.31
metrics-httpasyncclient-4.1.30
metrics-httpasyncclient-4.1.29
metrics-httpasyncclient-4.1.28
metrics-httpasyncclient-4.1.27
metrics-httpasyncclient-4.1.26
metrics-httpasyncclient-4.1.25
metrics-httpasyncclient-4.1.24
metrics-httpasyncclient-4.1.23
metrics-httpasyncclient-4.1.22
metrics-httpasyncclient-4.1.21
metrics-httpasyncclient-4.1.20
metrics-httpasyncclient-4.1.19
metrics-httpasyncclient-4.1.18
metrics-httpasyncclient-4.1.17
metrics-httpasyncclient-4.1.16
metrics-httpasyncclient-4.1.15
metrics-httpasyncclient-4.1.14
metrics-httpasyncclient-4.1.13
metrics-httpasyncclient-4.1.12.1
metrics-httpasyncclient-4.1.12
metrics-httpasyncclient-4.1.11
metrics-httpasyncclient-4.1.10.1
metrics-httpasyncclient-4.1.10
metrics-httpasyncclient-4.1.9
metrics-httpasyncclient-4.1.8
metrics-httpasyncclient-4.1.7
metrics-httpasyncclient-4.1.6
metrics-httpasyncclient-4.1.5
metrics-httpasyncclient-4.1.4
metrics-httpasyncclient-4.1.3
metrics-httpasyncclient-4.1.2
metrics-httpasyncclient-4.1.1
metrics-httpasyncclient-4.1.0
metrics-httpasyncclient-4.1.0-rc3
metrics-httpasyncclient-4.1.0-rc2
metrics-httpasyncclient-4.1.0-rc0
4.0.x
metrics-httpasyncclient-4.0.7
metrics-httpasyncclient-4.0.6
metrics-httpasyncclient-4.0.5
metrics-httpasyncclient-4.0.4
metrics-httpasyncclient-4.0.3
metrics-httpasyncclient-4.0.2
metrics-httpasyncclient-4.0.1
metrics-httpasyncclient-4.0.0
metrics-httpasyncclient-4.0.0-alpha5
metrics-httpasyncclient-4.0.0-alpha4
metrics-httpasyncclient-4.0.0-alpha3
metrics-httpasyncclient-4.0.0-alpha2
metrics-httpasyncclient-4.0.0-alpha1
3.2.x
metrics-httpasyncclient-3.2.6
metrics-httpasyncclient-3.2.5
metrics-httpasyncclient-3.2.4
metrics-httpasyncclient-3.2.3
metrics-httpasyncclient-3.2.2
metrics-httpasyncclient-3.2.1
metrics-httpasyncclient-3.2.0
3.1.x
metrics-httpasyncclient-3.1.5
metrics-httpasyncclient-3.1.4
metrics-httpasyncclient-3.1.3
metrics-httpasyncclient-3.1.2
metrics-httpasyncclient-3.1.1
metrics-httpasyncclient-3.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.dropwizard.metrics</groupId>
    <artifactId>metrics-httpasyncclient</artifactId>
    <version>4.2.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.dropwizard.metrics : metrics-httpasyncclient gradle dependency to your build.gradle file:

implementation 'io.dropwizard.metrics:metrics-httpasyncclient:4.2.19'

Gradle Kotlin DSL: Add the following io.dropwizard.metrics : metrics-httpasyncclient gradle kotlin dependency to your build.gradle.kts file:

implementation("io.dropwizard.metrics:metrics-httpasyncclient:4.2.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.dropwizard.metrics : metrics-httpasyncclient sbt scala dependency to your build.sbt file:

libraryDependencies += "io.dropwizard.metrics" % "metrics-httpasyncclient" % "4.2.19"

Advertisement

Dependencies from Group

Jun 01, 2023
2.4k usages
7.7k stars
Jun 01, 2023
619 usages
7.7k stars
Jun 01, 2023
509 usages
7.7k stars
Jun 01, 2023
417 usages
7.7k stars
Jun 01, 2023
365 usages
7.7k stars

Discover Dependencies

Jun 01, 2023
1 usages
7.7k stars
Jun 01, 2023
1 usages
7.7k stars
Jun 01, 2023
7.7k stars
Feb 27, 2023
12 stars
Feb 27, 2023
12 stars
Feb 27, 2023
12 stars
Feb 27, 2023
12 stars
Feb 27, 2023
12 stars
Feb 27, 2023
12 stars
Feb 27, 2023
12 stars