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