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