Skip to content

Latest commit

 

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Java SDK

Client Library

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.

⚠️ The Java SDK is published to GitHub Packages, not Maven Central. You must update your Maven 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>

Docs