Java

Installation

View the package on Maven and the open source code on Github.

Add the group, name and version to your application's build file, it will look similar based on your build tool:

group: "com.smileidentity", name: "smile-identity-core", version: ""and require the package:

The following classes exist for use:

import smile.identity.core.PartnerParameters;
import smile.identity.core.ImageParameters;
import smile.identity.core.IDParameters;
import smile.identity.core.Options;
import smile.identity.core.WebApi;
import smile.identity.core.IDApi;

Last updated