a

acv

AdContainerView is a simple, lifecycle aware wrapper over Google AdMob's AdView (Banner Ad) which handles most of the stuff by itself.
https://github.com/ItzNotABug/AdContainerView
The Apache Software License, Version 2.0
DarShan Pandya
Files download
File Operation
acv-0.4.2.pom download
acv-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lazygeniouz</groupId>
  <artifactId>acv</artifactId>
  <version>0.4.2</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.lazygeniouz:acv:0.4.2'
Gradle Kotlin
implementation("com.lazygeniouz:acv:0.4.2")
Scala SBT
libraryDependencies += "com.lazygeniouz" % "acv" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.lazygeniouz', module='acv', version='0.4.2')
)
Apache Ivy
<dependency org="com.lazygeniouz" name="acv" rev="0.4.2" />
Leiningen
[com.lazygeniouz/acv "0.4.2"]
Apache Buildr
'com.lazygeniouz:acv:jar:0.4.2'