You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sendsafely-java-api jar is available from [GitHub](https://github.com/SendSafely/Java-Client-API/releases) or a [public maven repository](https://mvnrepository.com/artifact/com.sendsafely/sendsafely-java-api).
3
+
4
+
Use the following dependency in your project to grab via Maven:
5
+
```
6
+
<dependency>
7
+
<groupId>com.sendsafely</groupId>
8
+
<artifactId>sendsafely-java-api</artifactId>
9
+
<version>3.1.6</version>
10
+
</dependency>
11
+
```
12
+
13
+
Refer to the SendSafely [Java-Client-API/SampleApplication](https://github.com/SendSafely/Java-Client-API/tree/master/SampleApplication) for a quick start with using the Java Client API.
<description>The SendSafely Client API allows programmatic access to SendSafely and provides a layer of abstraction from our REST API, which requires developers to perform several complex tasks in a correct manner. </description>
0 commit comments