MVN

io.airlift : openmetrics

Maven & Gradle

Jul 21, 2023
541 stars
<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>openmetrics</artifactId>
    <version>235</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.airlift : openmetrics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 235

All Versions

Choose a version of io.airlift : openmetrics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
235
openmetrics-235
234
openmetrics-234
233
openmetrics-233
232
openmetrics-232
231
openmetrics-231
230
openmetrics-230
229
openmetrics-229
228
openmetrics-228
227
openmetrics-227
226
openmetrics-226
225
openmetrics-225
224
openmetrics-224

How to add a dependency to Maven

Add the following io.airlift : openmetrics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.airlift</groupId>
    <artifactId>openmetrics</artifactId>
    <version>235</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.airlift : openmetrics gradle dependency to your build.gradle file:

implementation 'io.airlift:openmetrics:235'

Gradle Kotlin DSL: Add the following io.airlift : openmetrics gradle kotlin dependency to your build.gradle.kts file:

implementation("io.airlift:openmetrics:235")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.airlift : openmetrics sbt scala dependency to your build.sbt file:

libraryDependencies += "io.airlift" % "openmetrics" % "235"

Advertisement