| License | License | 
|---|---|
| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdio.vertx | 
| ArtifactId | ArtifactIdvertx-metrics | 
| Version | Version3.0.0-dev_preview1 | 
| Type | Typejar | 
| Description | DescriptionVert.x Metrics Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-metrics/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-metrics</artifactId>
    <version>3.0.0-dev_preview1</version>
</dependency>// https://jarcasting.com/artifacts/io.vertx/vertx-metrics/
implementation 'io.vertx:vertx-metrics:3.0.0-dev_preview1'// https://jarcasting.com/artifacts/io.vertx/vertx-metrics/
implementation ("io.vertx:vertx-metrics:3.0.0-dev_preview1")'io.vertx:vertx-metrics:jar:3.0.0-dev_preview1'<dependency org="io.vertx" name="vertx-metrics" rev="3.0.0-dev_preview1">
  <artifact name="vertx-metrics" type="jar" />
</dependency>@Grapes(
@Grab(group='io.vertx', module='vertx-metrics', version='3.0.0-dev_preview1')
)libraryDependencies += "io.vertx" % "vertx-metrics" % "3.0.0-dev_preview1"[io.vertx/vertx-metrics "3.0.0-dev_preview1"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.vertx : vertx-core | jar | 3.0.0-dev_preview1 | 
| io.dropwizard.metrics : metrics-core | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.vertx : vertx-core | test-jar | 3.0.0-dev_preview1 | 
| junit : junit | jar | 4.11 |