MVN

cn.testin.analysis : testin-ab

Maven & Gradle

Nov 01, 2018
1 usages
0 stars

testin-ab · ab test sdk for android

<dependency>
    <groupId>cn.testin.analysis</groupId>
    <artifactId>testin-ab</artifactId>
    <version>4.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.testin.analysis : testin-ab to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.5

All Versions

Choose a version of cn.testin.analysis : testin-ab to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
testin-ab-4.2.5
testin-ab-4.2.4

How to add a dependency to Maven

Add the following cn.testin.analysis : testin-ab maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.testin.analysis</groupId>
    <artifactId>testin-ab</artifactId>
    <version>4.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.testin.analysis : testin-ab gradle dependency to your build.gradle file:

implementation 'cn.testin.analysis:testin-ab:4.2.5'

Gradle Kotlin DSL: Add the following cn.testin.analysis : testin-ab gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.testin.analysis:testin-ab:4.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.testin.analysis : testin-ab sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.testin.analysis" % "testin-ab" % "4.2.5"

Advertisement