Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.gitblit.fathom |
ArtifactId | ArtifactIdfathom-metrics-graphite |
Version | Version0.8.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-metrics-graphite/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-metrics-graphite</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-metrics-graphite/
implementation 'com.gitblit.fathom:fathom-metrics-graphite:0.8.3'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-metrics-graphite/
implementation ("com.gitblit.fathom:fathom-metrics-graphite:0.8.3")
'com.gitblit.fathom:fathom-metrics-graphite:jar:0.8.3'
<dependency org="com.gitblit.fathom" name="fathom-metrics-graphite" rev="0.8.3">
<artifact name="fathom-metrics-graphite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-metrics-graphite', version='0.8.3')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-metrics-graphite" % "0.8.3"
[com.gitblit.fathom/fathom-metrics-graphite "0.8.3"]