Skip to content

Building from source

Arnelle Balane edited this page Dec 30, 2020 · 2 revisions

Dependencies

Be sure to have the following build tools installed before proceeding:

Clone the repository

git clone https://github.com/idpass/idpass-lite-java.git

Build the project

./gradlew build

The build output can be found at build/libs/idpass-lite-java-0.0.1-SNAPSHOT.jar. Include this in the Java project to use it.