MVN

com.dropbox.mobile.kotlinsnapshot : uitesthelper

Maven & Gradle

Feb 12, 2020

uitesthelper · Snapshot Testing framework for Kotlin

<dependency>
    <groupId>com.dropbox.mobile.kotlinsnapshot</groupId>
    <artifactId>uitesthelper</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dropbox.mobile.kotlinsnapshot : uitesthelper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of com.dropbox.mobile.kotlinsnapshot : uitesthelper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
uitesthelper-2.2.2
uitesthelper-2.2.1

How to add a dependency to Maven

Add the following com.dropbox.mobile.kotlinsnapshot : uitesthelper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dropbox.mobile.kotlinsnapshot</groupId>
    <artifactId>uitesthelper</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dropbox.mobile.kotlinsnapshot : uitesthelper gradle dependency to your build.gradle file:

implementation 'com.dropbox.mobile.kotlinsnapshot:uitesthelper:2.2.2'

Gradle Kotlin DSL: Add the following com.dropbox.mobile.kotlinsnapshot : uitesthelper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dropbox.mobile.kotlinsnapshot:uitesthelper:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dropbox.mobile.kotlinsnapshot : uitesthelper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dropbox.mobile.kotlinsnapshot" % "uitesthelper" % "2.2.2"