Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.dikhan |
ArtifactId | ArtifactIddropwizard-header-metric |
Version | Version2.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.dikhan/dropwizard-header-metric/ -->
<dependency>
<groupId>com.github.dikhan</groupId>
<artifactId>dropwizard-header-metric</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dikhan/dropwizard-header-metric/
implementation 'com.github.dikhan:dropwizard-header-metric:2.0.5'
// https://jarcasting.com/artifacts/com.github.dikhan/dropwizard-header-metric/
implementation ("com.github.dikhan:dropwizard-header-metric:2.0.5")
'com.github.dikhan:dropwizard-header-metric:jar:2.0.5'
<dependency org="com.github.dikhan" name="dropwizard-header-metric" rev="2.0.5">
<artifact name="dropwizard-header-metric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dikhan', module='dropwizard-header-metric', version='2.0.5')
)
libraryDependencies += "com.github.dikhan" % "dropwizard-header-metric" % "2.0.5"
[com.github.dikhan/dropwizard-header-metric "2.0.5"]