k

kadmob

KAdmob is a Kotlin Multiplatform Mobile (KMM) library that enables seamless integration of Google AdMob advertisements in Android and iOS applications using a unified codebase. It provides a simplified interface for displaying banner ads, interstitial ads, and rewarded video ads across both platforms with minimal configuration
https://github.com/the-best-is-best/KMMAdmob
Apache-2.0
Michelle Raouf
Files download
File Operation
kadmob-1.0.0-rc1.jar download
kadmob-1.0.0-rc1.pom download
kadmob-1.0.0-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.the-best-is-best</groupId>
  <artifactId>kadmob</artifactId>
  <version>1.0.0-rc1</version>
</dependency>
Gradle Groovy
implementation 'io.github.the-best-is-best:kadmob:1.0.0-rc1'
Gradle Kotlin
implementation("io.github.the-best-is-best:kadmob:1.0.0-rc1")
Scala SBT
libraryDependencies += "io.github.the-best-is-best" % "kadmob" % "1.0.0-rc1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.the-best-is-best', module='kadmob', version='1.0.0-rc1')
)
Apache Ivy
<dependency org="io.github.the-best-is-best" name="kadmob" rev="1.0.0-rc1" />
Leiningen
[io.github.the-best-is-best/kadmob "1.0.0-rc1"]
Apache Buildr
'io.github.the-best-is-best:kadmob:jar:1.0.0-rc1'