MVN

com.lazygeniouz : acv

Maven & Gradle

Jul 27, 2023
3 stars

AdContainerView · AdContainerView is a simple, lifecycle aware wrapper over Google AdMob's AdView (Banner Ad) which handles most of the stuff by itself.

<dependency>
    <groupId>com.lazygeniouz</groupId>
    <artifactId>acv</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lazygeniouz : acv to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.lazygeniouz : acv to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
acv-0.4.0
0.3.x
acv-0.3.9
acv-0.3.8
acv-0.3.6
acv-0.3.5
acv-0.3.4
acv-0.3.2
acv-0.3.1
acv-0.3.0
0.2.x
acv-0.2.8
acv-0.2.6
acv-0.2.4
acv-0.2.2
acv-0.2.1
acv-0.2.0
0.1.x
acv-0.1.8
acv-0.1.6
acv-0.1.4

How to add a dependency to Maven

Add the following com.lazygeniouz : acv maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lazygeniouz</groupId>
    <artifactId>acv</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lazygeniouz : acv gradle dependency to your build.gradle file:

implementation 'com.lazygeniouz:acv:0.4.0'

Gradle Kotlin DSL: Add the following com.lazygeniouz : acv gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lazygeniouz:acv:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lazygeniouz : acv sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lazygeniouz" % "acv" % "0.4.0"

Advertisement