MVN

qa.justtestlah : justtestlah-mobile-tools

Maven & Gradle

Sep 26, 2020
1 usages
43 stars

JustTestLah! Mobile tools · JustTestLah! is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. JustTestLah's main aim is to make the configuration and the actual test code as easy as possible.

<dependency>
    <groupId>qa.justtestlah</groupId>
    <artifactId>justtestlah-mobile-tools</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of qa.justtestlah : justtestlah-mobile-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8
  • Latest Release Candidate: 1.9-RC4

All Versions

Choose a version of qa.justtestlah : justtestlah-mobile-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
justtestlah-mobile-tools-1.9-RC4
justtestlah-mobile-tools-1.9-RC3
justtestlah-mobile-tools-1.9-RC2
justtestlah-mobile-tools-1.9-RC1
1.8
justtestlah-mobile-tools-1.8
justtestlah-mobile-tools-1.8-RC3
justtestlah-mobile-tools-1.8-RC2
justtestlah-mobile-tools-1.8-RC1
1.7
justtestlah-mobile-tools-1.7
justtestlah-mobile-tools-1.7-RC5
justtestlah-mobile-tools-1.7-RC4
justtestlah-mobile-tools-1.7-RC3
justtestlah-mobile-tools-1.7-RC2
justtestlah-mobile-tools-1.7-RC1

How to add a dependency to Maven

Add the following qa.justtestlah : justtestlah-mobile-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>qa.justtestlah</groupId>
    <artifactId>justtestlah-mobile-tools</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following qa.justtestlah : justtestlah-mobile-tools gradle dependency to your build.gradle file:

implementation 'qa.justtestlah:justtestlah-mobile-tools:1.8'

Gradle Kotlin DSL: Add the following qa.justtestlah : justtestlah-mobile-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("qa.justtestlah:justtestlah-mobile-tools:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following qa.justtestlah : justtestlah-mobile-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "qa.justtestlah" % "justtestlah-mobile-tools" % "1.8"