io.dropwizard.metrics:metrics-core (4.2.19)

Published 2026-02-24 13:43:36 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>io.dropwizard.metrics</groupId>
	<artifactId>metrics-core</artifactId>
	<version>4.2.19</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=io.dropwizard.metrics:metrics-core:4.2.19

About this package

Metrics is a Java library which gives you unparalleled insight into what your code does in production. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.

Dependencies

org.slf4j:slf4j-api
${slf4j.version}
junit:junit
${junit.version}
org.hamcrest:hamcrest-core
${hamcrest.version}
org.assertj:assertj-core
${assertj.version}
org.mockito:mockito-core
${mockito.version}
org.slf4j:slf4j-simple
${slf4j.version}
Details
Maven
2026-02-24 13:43:36 +00:00
1
Metrics Core
129 KiB
Assets (2)
Versions (3) View all
3.2.4 2026-02-24
4.1.12.1 2026-02-24
4.2.19 2026-02-24