Trulioo is working to offer API libraries in popular web and mobile languages to accelerate the integration process.
C#
To install the C# API Library, run the following command in the Package Manager Console.
Install-Package Trulioo.Client.V3Check out the source code on GitHub.
Java
The Java API Library is available on Maven Central.
Maven
To install using Maven, add the following dependency to your POM:
<dependency>
<groupId>com.trulioo</groupId>
<artifactId>normalizedapi-v3</artifactId>
<version>[3.0.0,)</version>
</dependency>Gradle
To install using Gradle, declare the following under dependencies in your build.gradle script:
compile "com.trulioo:normalizedapi-v3:3.+"Check out the source code on GitHub.
