Complyance LogoComplyance
Home

Get Started with Complyance GETS

Complete integration guide from setup to your first API call. Get up and running in under 10 minutes.

Prerequisites

What you'll need before getting started

Development Environment

  • Java 8+
  • Maven/Gradle
  • IDE (IntelliJ, VSCode, etc.)

Platform Access

  • Complyance API account
  • API key (sandbox/production)
  • Running backend services

Installation

Install the SDK for your preferred language

Java SDK

Maven

<dependency>
  <groupId>io.complyance</groupId>
  <artifactId>unify-sdk</artifactId>
  <version>3.0.0-beta</version>
</dependency>

Gradle

implementation 'io.complyance:unify-sdk:3.0.0-beta'

Make sure you're using Java 8 or higher. You can verify with: java -version