We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7b6c4 commit 9359345Copy full SHA for 9359345
README.md
@@ -25,16 +25,16 @@ Add this dependency to your project's POM:
25
```xml
26
<dependency>
27
<groupId>io.kubernetes</groupId>
28
- <artifactId>client-java-util</artifactId>
29
- <version>0.1</version>
+ <artifactId>client-java</artifactId>
+ <version>0.2</version>
30
<scope>compile</scope>
31
</dependency>
32
```
33
34
### Gradle users
35
36
```groovy
37
-compile 'io.kubernetes:client-java-util:0.1'
+compile 'io.kubernetes:client-java:0.2'
38
39
40
### Others
0 commit comments