License |
License |
---|---|
Categories |
CategoriesCLI User Interface Monitoring Application Testing & Monitoring Metrics |
GroupId | GroupIdcom.google.monitoring-client |
ArtifactId | ArtifactIdmetrics |
Version | Version1.0.7 |
Type | Typejar |
Description |
DescriptionMain Metrics Library
The main library that provides a java idiomatic interface to record metrics.
|
Filename | Size |
---|---|
metrics-1.0.7.pom | |
metrics-1.0.7.jar | 50 KB |
metrics-1.0.7-sources.jar | 38 KB |
metrics-1.0.7-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.monitoring-client/metrics/ -->
<dependency>
<groupId>com.google.monitoring-client</groupId>
<artifactId>metrics</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.monitoring-client/metrics/
implementation 'com.google.monitoring-client:metrics:1.0.7'
// https://jarcasting.com/artifacts/com.google.monitoring-client/metrics/
implementation ("com.google.monitoring-client:metrics:1.0.7")
'com.google.monitoring-client:metrics:jar:1.0.7'
<dependency org="com.google.monitoring-client" name="metrics" rev="1.0.7">
<artifact name="metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.monitoring-client', module='metrics', version='1.0.7')
)
libraryDependencies += "com.google.monitoring-client" % "metrics" % "1.0.7"
[com.google.monitoring-client/metrics "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 23.6-jre |
com.google.errorprone : error_prone_annotations | jar | 2.1.3 |
com.google.re2j : re2j | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.value : auto-value | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-all | jar | 2.0.2-beta |
com.google.truth : truth | jar | 0.44 |