The Java SDK, provides a Java interface for the Gigya API. The library makes it simple to integrate Gigya services in your Java application.
The Java SDK requires JDK1.5 and above
Please note that the GSJavaSDK.jar file is compiled using JDK 1.8 with compatibility for 1.6, but you may use the SDK's source files and compile them in a JDK 1.5 environment.
- Add the Jitpack reference to your root build.gradle file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add the latest build reference to your app build.gradle file
dependencies {
implementation 'com.github.SAP:gigya-java-sdk:sdk:3.3.2'
implementation 'com.github.SAP:gigya-java-sdk:auth:3.3.2' // only if needed
}
- Go to releases
- Download the required version and place the .jar file in your /libs folder
- Add to your gradle.build file
implementation files('libs/gigya-java-sdk-3.3.2.jar')
implementation files('libs/gigya-java-sdk-auth-1.0.1.jar') // only if needed
- Clone the repo.
- Open the Project.
- Build via Gradle.
- Obtain a Gigya APIKey and Secret key.
- Start using according to documentation.
None
None
Open an issue in this repository.
Via pull request to this repository.
See CODE_OF_CONDUCT
None
Please see our LICENSE for copyright and license information.