https://developer.secuconnect.com/
Building the API client library requires:
- Java 11+
- Maven/Gradle
To install the API client library to your local Maven repository, simply execute:
mvn installTo use this projects artifacts with Maven add the following dependency and repository to your POM:
<dependency>
<groupId>com.secuconnect</groupId>
<artifactId>secuconnect-java-sdk</artifactId>
<version>4.1.0</version>
</dependency>
.
.
.
<repository>
<id>secuconnect-java-sdk-mvn</id>
<url>https://raw.github.com/secuconnect/secuconnect-java-sdk/mvn-repo/</url>
</repository>Download and use the generated JAR-Files from https://github.com/secuconnect/secuconnect-java-sdk/releases.
Please take a look at our demo code: https://github.com/secuconnect/secuconnect-java-sdk-demo
It's recommended to create an instance of ApiClient per thread in a multithreading environment to avoid any potential issues.