bigo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cleveradssolutions</groupId> <artifactId>bigo</artifactId> <version>5.3.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>bigo</artifactId> <version>5.3.0.0</version> <packaging>aar</packaging> <name>Bigo Ads Mediation Adapter For The CAS.AI SDK</name> <description>The Bigo Ads mediation adapter is a library that handles communication between the CAS.AI SDK and the Bigo Ads SDK. It enables you to load ads from Bigo Ads 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.bigossp</groupId> <artifactId>bigo-ads</artifactId> <version>5.3.0</version> </dependency> </dependencies> </project>