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
{{ message }}
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Alternatively, you can build the SDK yourself by forking this repository and use Maven to build it:
12
12
13
13
mvn clean package -DskipTests
14
14
15
15
Locate the JAR file in the `target` directory and place it on your project classpath.
16
16
17
-
The SDK is built with Java 7 and depends on the SL4J 1.7.5 and JSON v20090211 libraries. If your project does not already include these, you can use the [JAR that includes these dependencies](https://github.com/HelloFax/hellosign-java-sdk/raw/v3/dist/hellosign-java-sdk-3.0.5-jar-with-dependencies.jar).
17
+
The SDK is built with Java 7 and depends on the SL4J 1.7.5 and JSON v20090211 libraries. If your project does not already include these, you can use the [JAR that includes these dependencies](https://github.com/HelloFax/hellosign-java-sdk/raw/v3/dist/hellosign-java-sdk-3.1.0-jar-with-dependencies.jar).
0 commit comments