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.
2 parents 40982b5 + de8489d commit b9c5558Copy full SHA for b9c5558
README.md
@@ -32,15 +32,15 @@ Add this dependency to your project's POM:
32
<dependency>
33
<groupId>io.kubernetes</groupId>
34
<artifactId>client-java</artifactId>
35
- <version>4.0.0</version>
+ <version>5.0.0</version>
36
<scope>compile</scope>
37
</dependency>
38
```
39
40
### Gradle users
41
42
```groovy
43
-compile 'io.kubernetes:client-java:4.0.0'
+compile 'io.kubernetes:client-java:5.0.0'
44
45
46
### Others
@@ -56,7 +56,7 @@ mvn package
56
57
Then manually install the following JARs:
58
59
-* target/client-java-api-4.0.0-beta1-SNAPSHOT.jar
+* target/client-java-api-6.0.0-beta1-SNAPSHOT.jar
60
* target/lib/*.jar
61
62
## Example
0 commit comments