Categories |
CategoriesDropWizard Container Microservices Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.turo |
ArtifactId | ArtifactIdpushy-dropwizard-metrics-listener |
Version | Version0.10.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.turo/pushy-dropwizard-metrics-listener/ -->
<dependency>
<groupId>com.turo</groupId>
<artifactId>pushy-dropwizard-metrics-listener</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.turo/pushy-dropwizard-metrics-listener/
implementation 'com.turo:pushy-dropwizard-metrics-listener:0.10.1'
// https://jarcasting.com/artifacts/com.turo/pushy-dropwizard-metrics-listener/
implementation ("com.turo:pushy-dropwizard-metrics-listener:0.10.1")
'com.turo:pushy-dropwizard-metrics-listener:jar:0.10.1'
<dependency org="com.turo" name="pushy-dropwizard-metrics-listener" rev="0.10.1">
<artifact name="pushy-dropwizard-metrics-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turo', module='pushy-dropwizard-metrics-listener', version='0.10.1')
)
libraryDependencies += "com.turo" % "pushy-dropwizard-metrics-listener" % "0.10.1"
[com.turo/pushy-dropwizard-metrics-listener "0.10.1"]