Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cleveradssolutions</groupId> <artifactId>facebook</artifactId> <version>6.20.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.cleveradssolutions</groupId> <artifactId>facebook</artifactId> <version>6.20.0.0</version> <packaging>aar</packaging> <name>Meta Audience Network Mediation Adapter For The CAS.AI SDK</name> <description>The Meta Audience Network mediation adapter is a library that handles communication between the CAS.AI SDK and the Meta Audience Network SDK. It enables you to load ads from Meta Audience Network using the mediation feature in the CAS.AI SDK.</description> <url>https://cas.ai</url> <licenses> <license> <name>Clever Ads Solutions License</name> <url>https://github.com/cleveradssolutions/CAS-Android/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <name>Clever Ads Solutions LTD</name> <email>support@cas.ai</email> </developer> </developers> <scm> <connection>scm:git:github.com/cleveradssolutions/CAS-Android.git</connection> <developerConnection>scm:git:ssh://github.com/cleveradssolutions/CAS-Android.git</developerConnection> <url>https://github.com/cleveradssolutions/CAS-Android</url> </scm> <dependencies> <dependency> <groupId>com.facebook.android</groupId> <artifactId>audience-network-sdk</artifactId> <version>6.20.0</version> </dependency> </dependencies> </project>