File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ backend-agnostic approach to Java metrics instrumentation.
40
40
41
41
## Importing the library
42
42
43
- The most recent release is [ v1.0.3 ] ( https://github.com/google/java-monitoring-client-library/releases/ ) .
43
+ The most recent release is [ v1.0.5 ] ( https://github.com/google/java-monitoring-client-library/releases/ ) .
44
44
45
45
The Maven group ID is ` com.google.monitoring-client ` . The artifact ID is
46
46
` metrics ` for the main library, and ` stackdriver ` for the stackdriver backend
@@ -54,7 +54,7 @@ To add a dependency on the metrics library using Maven:
54
54
<dependency >
55
55
<groupId >com.google.monitoring-client</groupId >
56
56
<artifactId >metrics</artifactId >
57
- <version >1.0.3 </version >
57
+ <version >1.0.5 </version >
58
58
</dependency >
59
59
```
60
60
You can’t perform that action at this time.
0 commit comments