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.
4040
4141## Importing the library
4242
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/ ) .
4444
4545The Maven group ID is ` com.google.monitoring-client ` . The artifact ID is
4646` 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:
5454<dependency >
5555 <groupId >com.google.monitoring-client</groupId >
5656 <artifactId >metrics</artifactId >
57- <version >1.0.3 </version >
57+ <version >1.0.5 </version >
5858</dependency >
5959```
6060
You can’t perform that action at this time.
0 commit comments