Skip to main content

Nuclei SDK Dependencies

Nuclei Dependencies

Next, you can add the below Nuclei SDK dependencies in the app level build.gradle file, and sync the gradle in your IDE. This will add the categories as dependencies into your project.

Note:

  • Please add only those dependencies of the categories that the partner has subscribed to into your gradle file.

  • Please look into the troubleshooting guide if needed.

Latest Version : 8.0.3-RELEASE

def libraryVersion = '8.0.1-RELEASE'  

// Mandatory: Base modules
implementation "com.nuclei.sdk:provider-bank:$libraryVersion"

// Optional: Choose only those of the below which your organization is integrating.
implementation "com.nuclei.sdk:recharge:$libraryVersion"
implementation "com.nuclei.sdk:billpayment:$libraryVersion"
implementation "com.nuclei.sdk:cabs:$libraryVersion"
implementation "com.nuclei.sdk:donation:$libraryVersion"
implementation "com.nuclei.sdk:gold:$libraryVersion"