applovin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.meson.sdk.mediation</groupId> <artifactId>applovin</artifactId> <version>11.11.3.0-beta2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ai.meson.sdk.mediation</groupId> <artifactId>applovin</artifactId> <version>11.11.3.0-beta2</version> <packaging>aar</packaging> <name>Applovin Adapter Library</name> <description>Applovin Adapter acts a bridge between Meson SDK and AppLovin SDK and handles all ad \ lifecycle within the adapter and communicates back to Meson SDK.</description> <developers> <developer> <id>Meson</id> <name>Meson</name> </developer> </developers> <scm> <url>https://meson.ai/</url> </scm> <dependencies> <dependency> <groupId>ai.meson.sdk</groupId> <artifactId>meson-core</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.meson.sdk</groupId> <artifactId>meson</artifactId> <scope>runtime</scope> </dependency> </dependencies> <licenses> <license> <name>Meson End User License Agreement</name> <url>https://docs.meson.ai/docs/eula/</url> </license> </licenses> </project>