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.
settings.xml
file: how to do that.
Recommended:
<dependency>
<groupId>io.argoproj.workflow</groupId>
<artifactId>argo-client-java</artifactId>
<version>v3.3.8</version>
</dependency>
The very latest version:
<dependency>
<groupId>io.argoproj.workflow</groupId>
<artifactId>argo-client-java</artifactId>
<version>0.0.0-SNAPSHOT</version>
</dependency>