Categories |
CategoriesNet CLI User Interface Metrics Application Testing & Monitoring Monitoring Networking |
---|---|
GroupId | GroupIdcom.arpnetworking.metrics |
ArtifactId | ArtifactIdmetrics-client |
Version | Version0.3.7 |
Type | Typejar |
Filename | Size |
---|---|
metrics-client-0.3.7.pom | |
metrics-client-0.3.7.jar | 2 MB |
metrics-client-0.3.7-sources.jar | 26 KB |
metrics-client-0.3.7-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arpnetworking.metrics/metrics-client/ -->
<dependency>
<groupId>com.arpnetworking.metrics</groupId>
<artifactId>metrics-client</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.arpnetworking.metrics/metrics-client/
implementation 'com.arpnetworking.metrics:metrics-client:0.3.7'
// https://jarcasting.com/artifacts/com.arpnetworking.metrics/metrics-client/
implementation ("com.arpnetworking.metrics:metrics-client:0.3.7")
'com.arpnetworking.metrics:metrics-client:jar:0.3.7'
<dependency org="com.arpnetworking.metrics" name="metrics-client" rev="0.3.7">
<artifact name="metrics-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arpnetworking.metrics', module='metrics-client', version='0.3.7')
)
libraryDependencies += "com.arpnetworking.metrics" % "metrics-client" % "0.3.7"
[com.arpnetworking.metrics/metrics-client "0.3.7"]