MVN

com.utest : apphance-preprod

Maven & Gradle

Mar 12, 2014

apphance-preprod · Apphance Preproduction Android SDK

<dependency>
    <groupId>com.utest</groupId>
    <artifactId>apphance-preprod</artifactId>
    <version>1.9.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.utest : apphance-preprod to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.13

All Versions

Choose a version of com.utest : apphance-preprod to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
apphance-preprod-1.9.13
apphance-preprod-1.9.12
apphance-preprod-1.9.6
apphance-preprod-1.9.5
apphance-preprod-1.9.3
apphance-preprod-1.9.2
apphance-preprod-1.9.1
1.9
apphance-preprod-1.9

How to add a dependency to Maven

Add the following com.utest : apphance-preprod maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.utest</groupId>
    <artifactId>apphance-preprod</artifactId>
    <version>1.9.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.utest : apphance-preprod gradle dependency to your build.gradle file:

implementation 'com.utest:apphance-preprod:1.9.13'

Gradle Kotlin DSL: Add the following com.utest : apphance-preprod gradle kotlin dependency to your build.gradle.kts file:

implementation("com.utest:apphance-preprod:1.9.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.utest : apphance-preprod sbt scala dependency to your build.sbt file:

libraryDependencies += "com.utest" % "apphance-preprod" % "1.9.13"