g

google

The Google Mobile Ads mediation adapter is a library that handles communication between the CAS.AI SDK and the Google Mobile Ads SDK. It enables you to load ads from Google Mobile Ads using the mediation feature in the CAS.AI SDK.
https://cleveradssolutions.com
Clever Ads Solutions License
CAS.AI
Files download
File Operation
google-23.0.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.cleveradssolutions</groupId>
  <artifactId>google</artifactId>
  <version>23.0.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.cleveradssolutions:google:23.0.0.0'
Gradle Kotlin
implementation("com.cleveradssolutions:google:23.0.0.0")
Scala SBT
libraryDependencies += "com.cleveradssolutions" % "google" % "23.0.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cleveradssolutions', module='google', version='23.0.0.0')
)
Apache Ivy
<dependency org="com.cleveradssolutions" name="google" rev="23.0.0.0" />
Leiningen
[com.cleveradssolutions/google "23.0.0.0"]
Apache Buildr
'com.cleveradssolutions:google:jar:23.0.0.0'