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