is not current version
Last Version 2.0.5

io.github.maksymdolgykh.dropwizard:dropwizard-micrometer-jdbi 2.0.4

Additional module for dropwizard-micrometer to enable jdbi dimensional metrics (per query)

Categories

Categories

DropWizard Container Microservices JDBI Data Databases
GroupId

GroupId

io.github.maksymdolgykh.dropwizard
ArtifactId

ArtifactId

dropwizard-micrometer-jdbi
Version

Version

2.0.4
Type

Type

jar

Download dropwizard-micrometer-jdbi 2.0.4


<!-- https://jarcasting.com/artifacts/io.github.maksymdolgykh.dropwizard/dropwizard-micrometer-jdbi/ -->
<dependency>
    <groupId>io.github.maksymdolgykh.dropwizard</groupId>
    <artifactId>dropwizard-micrometer-jdbi</artifactId>
    <version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.maksymdolgykh.dropwizard/dropwizard-micrometer-jdbi/
implementation 'io.github.maksymdolgykh.dropwizard:dropwizard-micrometer-jdbi:2.0.4'
// https://jarcasting.com/artifacts/io.github.maksymdolgykh.dropwizard/dropwizard-micrometer-jdbi/
implementation ("io.github.maksymdolgykh.dropwizard:dropwizard-micrometer-jdbi:2.0.4")
'io.github.maksymdolgykh.dropwizard:dropwizard-micrometer-jdbi:jar:2.0.4'
<dependency org="io.github.maksymdolgykh.dropwizard" name="dropwizard-micrometer-jdbi" rev="2.0.4">
  <artifact name="dropwizard-micrometer-jdbi" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.maksymdolgykh.dropwizard', module='dropwizard-micrometer-jdbi', version='2.0.4')
)
libraryDependencies += "io.github.maksymdolgykh.dropwizard" % "dropwizard-micrometer-jdbi" % "2.0.4"
[io.github.maksymdolgykh.dropwizard/dropwizard-micrometer-jdbi "2.0.4"]