MVN

co.aurasphere.metrics : jmx-metrics-filter-jdk8

Maven & Gradle

Jan 19, 2020
0 stars

JMX Metrics Filter · Servlet filter implementation for extracting metrics and exposing them on JMX.

<dependency>
    <groupId>co.aurasphere.metrics</groupId>
    <artifactId>jmx-metrics-filter-jdk8</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.aurasphere.metrics : jmx-metrics-filter-jdk8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of co.aurasphere.metrics : jmx-metrics-filter-jdk8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jmx-metrics-filter-jdk8-1.0.0

How to add a dependency to Maven

Add the following co.aurasphere.metrics : jmx-metrics-filter-jdk8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.aurasphere.metrics</groupId>
    <artifactId>jmx-metrics-filter-jdk8</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.aurasphere.metrics : jmx-metrics-filter-jdk8 gradle dependency to your build.gradle file:

implementation 'co.aurasphere.metrics:jmx-metrics-filter-jdk8:1.0.0'

Gradle Kotlin DSL: Add the following co.aurasphere.metrics : jmx-metrics-filter-jdk8 gradle kotlin dependency to your build.gradle.kts file:

implementation("co.aurasphere.metrics:jmx-metrics-filter-jdk8:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.aurasphere.metrics : jmx-metrics-filter-jdk8 sbt scala dependency to your build.sbt file:

libraryDependencies += "co.aurasphere.metrics" % "jmx-metrics-filter-jdk8" % "1.0.0"