MVN

com.engagelab.plugin : google

Maven & Gradle

Aug 22, 2023
0 stars

google · 'Android Google SDK'

<dependency>
    <groupId>com.engagelab.plugin</groupId>
    <artifactId>google</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.engagelab.plugin : google to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.engagelab.plugin : google to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
google-4.3.0
test.4.x
google-test.4.3.0
3.6.x
google-3.6.0
3.5.x
google-3.5.1
google-3.5.0
3.4.x
google-3.4.0
3.3.x
google-3.3.0
test.3.x
google-test.3.4.0
google-test.3.3.0
google-test.3.0.0.release
google-test.3.0.0
3.0.x
google-3.0.0.release
google-3.0.0
google-3.0.0.t6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.engagelab.plugin</groupId>
    <artifactId>google</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.engagelab.plugin : google gradle dependency to your build.gradle file:

implementation 'com.engagelab.plugin:google:4.3.0'

Gradle Kotlin DSL: Add the following com.engagelab.plugin : google gradle kotlin dependency to your build.gradle.kts file:

implementation("com.engagelab.plugin:google:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.engagelab.plugin : google sbt scala dependency to your build.sbt file:

libraryDependencies += "com.engagelab.plugin" % "google" % "4.3.0"

Advertisement