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