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