Skip to content

MicroProfile Metrics 1.1.1

Compare
Choose a tag to compare
@pilhuhn pilhuhn released this 18 Apr 07:50

This is a patch release that fixes some issues with the TCK and also one typo in the spec document.

To get started with MicroProfile Metrics 1.1.1, add the following dependency to your pom:

<dependency>
    <groupId>org.eclipse.microprofile.metrics</groupId>
    <artifactId>microprofile-metrics-api</artifactId>
    <version>1.1.1</version>
</dependency>