We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d393e05 commit 5366a67Copy full SHA for 5366a67
README.md
@@ -25,12 +25,18 @@ Add this dependency to your project's POM:
25
```xml
26
<dependency>
27
<groupId>io.kubernetes</groupId>
28
- <artifactId>client-java</artifactId>
29
- <version>1.0-SNAPSHOT</version>
+ <artifactId>client-java-util</artifactId>
+ <version>0.1</version>
30
<scope>compile</scope>
31
</dependency>
32
```
33
34
+### Gradle users
35
+
36
+```groovy
37
+compile 'io.kubernetes:client-java-util:0.1'
38
+```
39
40
### Others
41
42
At first generate the JAR by executing:
@@ -43,7 +49,7 @@ mvn package
43
49
44
50
Then manually install the following JARs:
45
51
46
-* target/client-java-1.0-SNAPSHOT.jar
52
+* target/client-java-0.2-SNAPSHOT.jar
47
53
* target/lib/*.jar
48
54
55
## Example
0 commit comments