Files download
File Operation
google-4.3.7.pom download
Apache Maven
<dependency>
  <groupId>com.engagelab.plugin</groupId>
  <artifactId>google</artifactId>
  <version>4.3.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.engagelab.plugin:google:4.3.7'
Gradle Kotlin
implementation("com.engagelab.plugin:google:4.3.7")
Scala SBT
libraryDependencies += "com.engagelab.plugin" % "google" % "4.3.7"
Groovy Grape
@Grapes(
  @Grab(group='com.engagelab.plugin', module='google', version='4.3.7')
)
Apache Ivy
<dependency org="com.engagelab.plugin" name="google" rev="4.3.7" />
Leiningen
[com.engagelab.plugin/google "4.3.7"]
Apache Buildr
'com.engagelab.plugin:google:jar:4.3.7'
Dependencies
The project has no third-party dependencies