| Categories | CategoriesMetrics Application Testing & Monitoring Monitoring | 
|---|---|
| GroupId | GroupIdcom.github.618lf | 
| ArtifactId | ArtifactIdswak-metrics | 
| Version | Version1.0.0_final | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| swak-metrics-1.0.0_final.pom | |
| swak-metrics-1.0.0_final.jar | 28 KB | 
| swak-metrics-1.0.0_final-sources.jar | 14 KB | 
| swak-metrics-1.0.0_final-javadoc.jar | 135 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.618lf/swak-metrics/ -->
<dependency>
    <groupId>com.github.618lf</groupId>
    <artifactId>swak-metrics</artifactId>
    <version>1.0.0_final</version>
</dependency>// https://jarcasting.com/artifacts/com.github.618lf/swak-metrics/
implementation 'com.github.618lf:swak-metrics:1.0.0_final'// https://jarcasting.com/artifacts/com.github.618lf/swak-metrics/
implementation ("com.github.618lf:swak-metrics:1.0.0_final")'com.github.618lf:swak-metrics:jar:1.0.0_final'<dependency org="com.github.618lf" name="swak-metrics" rev="1.0.0_final">
  <artifact name="swak-metrics" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.618lf', module='swak-metrics', version='1.0.0_final')
)libraryDependencies += "com.github.618lf" % "swak-metrics" % "1.0.0_final"[com.github.618lf/swak-metrics "1.0.0_final"]