This provides model and APIs for accessing the Argo Server API rather.
If you wish to access the Kubernetes APIs, you can use the models to do this. You'll need to write your own code to speak to the API.
Recommended:
<dependency>
<groupId>io.argoproj.workflow</groupId>
<artifactId>argo-client-java</artifactId>
<version>3.3.0</version>
</dependency>
The very latest version:
<dependency>
<groupId>io.argoproj.workflow</groupId>
<artifactId>argo-client-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>