| Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdcom.gitblit.fathom |
| ArtifactId | ArtifactIdfathom-metrics |
| Version | Version0.6.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fathom-metrics-0.6.1.pom | |
| fathom-metrics-0.6.1.jar | 11 KB |
| fathom-metrics-0.6.1-sources.jar | 9 KB |
| fathom-metrics-0.6.1-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-metrics/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-metrics</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-metrics/
implementation 'com.gitblit.fathom:fathom-metrics:0.6.1'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-metrics/
implementation ("com.gitblit.fathom:fathom-metrics:0.6.1")
'com.gitblit.fathom:fathom-metrics:jar:0.6.1'
<dependency org="com.gitblit.fathom" name="fathom-metrics" rev="0.6.1">
<artifact name="fathom-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-metrics', version='0.6.1')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-metrics" % "0.6.1"
[com.gitblit.fathom/fathom-metrics "0.6.1"]