MVN

io.github.martinschneider : justtestlah-parent

Maven & Gradle

Jul 16, 2019
47 stars

JustTestLah! · 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>io.github.martinschneider</groupId>
    <artifactId>justtestlah-parent</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.martinschneider : justtestlah-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.6
  • Latest Release Candidate: 1.6-RC2

All Versions

Choose a version of io.github.martinschneider : justtestlah-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
justtestlah-parent-1.6-RC2
justtestlah-parent-1.6
justtestlah-parent-1.6-RC1
1.5
justtestlah-parent-1.5
1.4
justtestlah-parent-1.4
justtestlah-parent-1.4-RC2
justtestlah-parent-1.4-RC1
1.3.x
justtestlah-parent-1.3.2
justtestlah-parent-1.3.1
1.3
justtestlah-parent-1.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.martinschneider</groupId>
    <artifactId>justtestlah-parent</artifactId>
    <version>1.6</version>
</dependency>