| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesMetrics Application Testing & Monitoring Monitoring | 
        
| GroupId | GroupIdcom.truthbean | 
    
| ArtifactId | ArtifactIddebbie-metrics | 
    
| Version | Version0.5.0-RELEASE | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiondebbie, a java microservice project 
         | 
    
<!-- https://jarcasting.com/artifacts/com.truthbean/debbie-metrics/ -->
<dependency>
    <groupId>com.truthbean</groupId>
    <artifactId>debbie-metrics</artifactId>
    <version>0.5.0-RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.truthbean/debbie-metrics/
implementation 'com.truthbean:debbie-metrics:0.5.0-RELEASE'
                // https://jarcasting.com/artifacts/com.truthbean/debbie-metrics/
implementation ("com.truthbean:debbie-metrics:0.5.0-RELEASE")
                'com.truthbean:debbie-metrics:jar:0.5.0-RELEASE'
                <dependency org="com.truthbean" name="debbie-metrics" rev="0.5.0-RELEASE">
  <artifact name="debbie-metrics" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.truthbean', module='debbie-metrics', version='0.5.0-RELEASE')
)
                libraryDependencies += "com.truthbean" % "debbie-metrics" % "0.5.0-RELEASE"
                [com.truthbean/debbie-metrics "0.5.0-RELEASE"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.truthbean : debbie-core | jar | 0.5.0-RELEASE | 
| io.micrometer : micrometer-core | jar | 1.7.0 | 
| io.dropwizard.metrics : metrics-healthchecks | jar | 4.2.0 | 
| io.dropwizard.metrics : metrics-jvm | jar | 4.2.0 | 
| io.prometheus : simpleclient | jar | 0.10.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 | 
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |