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