Skip to main content

4.3 MAX Adapter

4.3.1 Version Release History

VersionRelease DateUpdates
2.0.1.22022-09-02Initial version release

4.3.2 Importing the Adapter

First, add the maven remote repository URL to the project-level build.gradle file, as shown below:

buildscript {
repositories {
maven { url "https://mvn.shalltry.com/repository/maven-public/" }
maven { url "https://mvn.shalltry.com/repository/ad-releases/" }
}
}
allprojects {
repositories {
maven { url "https://mvn.shalltry.com/repository/maven-public/" }
maven { url "https://mvn.shalltry.com/repository/ad-releases/" }
}
}

Then, introduce the max adapter package in the Module's build.gradle:

implementation "com.cloud.hisavana.sdk.ssp.adapter:max:2.0.1.2"

4.3.3 Defining the Adapter in the Max UI.