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