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