Download AnkaSecure SDK
This page provides direct download links for the AnkaSecure SDK and its accompanying Javadoc documentation.
Download Links
-
AnkaSecure SDK (Jar)
Download AnkaSecureSDK-1.2.0.jar -
AnkaSecure SDK Javadoc (Jar)
Download AnkaSecureSDK-1.2.0-javadoc.jar
Installation
After downloading the JAR file, include it in your project’s classpath. For example, if you are using Maven, you can install the JAR locally with the following command:
mvn install:install-file -Dfile=AnkaSecureSDK-1.2.0.jar -DgroupId=co.ankatech -DartifactId=ankasecure-sdk -Dversion=1.2.0 -Dpackaging=jar
Usage
Once installed, you can import the SDK classes in your Java project and start integrating with the AnkaSecure API. For detailed instructions on how to use the SDK, please refer to the following documentation pages: