| Categories |
CategoriesDropWizard Container Microservices CLI User Interface Metrics Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdcom.expedia.www |
| ArtifactId | ArtifactIdhaystack-client-dropwizard-metrics |
| Version | Version0.1.5 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.expedia.www/haystack-client-dropwizard-metrics/ -->
<dependency>
<groupId>com.expedia.www</groupId>
<artifactId>haystack-client-dropwizard-metrics</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/haystack-client-dropwizard-metrics/
implementation 'com.expedia.www:haystack-client-dropwizard-metrics:0.1.5'
// https://jarcasting.com/artifacts/com.expedia.www/haystack-client-dropwizard-metrics/
implementation ("com.expedia.www:haystack-client-dropwizard-metrics:0.1.5")
'com.expedia.www:haystack-client-dropwizard-metrics:jar:0.1.5'
<dependency org="com.expedia.www" name="haystack-client-dropwizard-metrics" rev="0.1.5">
<artifact name="haystack-client-dropwizard-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='haystack-client-dropwizard-metrics', version='0.1.5')
)
libraryDependencies += "com.expedia.www" % "haystack-client-dropwizard-metrics" % "0.1.5"
[com.expedia.www/haystack-client-dropwizard-metrics "0.1.5"]