MVN

com.github.slezier : SimpleFunctionalTest

Maven & Gradle

Oct 30, 2014
1 usages
6 stars

Simple Functional Test · A JUnit extension to easily adopt functional testing and acceptance testing

<dependency>
    <groupId>com.github.slezier</groupId>
    <artifactId>SimpleFunctionalTest</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.slezier : SimpleFunctionalTest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.github.slezier : SimpleFunctionalTest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
SimpleFunctionalTest-1.9
1.8
SimpleFunctionalTest-1.8
1.7
SimpleFunctionalTest-1.7
1.6
SimpleFunctionalTest-1.6
1.5
SimpleFunctionalTest-1.5
1.4
SimpleFunctionalTest-1.4
1.3
SimpleFunctionalTest-1.3
1.2
SimpleFunctionalTest-1.2
1.1
SimpleFunctionalTest-1.1

How to add a dependency to Maven

Add the following com.github.slezier : SimpleFunctionalTest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.slezier</groupId>
    <artifactId>SimpleFunctionalTest</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.slezier : SimpleFunctionalTest gradle dependency to your build.gradle file:

implementation 'com.github.slezier:SimpleFunctionalTest:1.9'

Gradle Kotlin DSL: Add the following com.github.slezier : SimpleFunctionalTest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.slezier:SimpleFunctionalTest:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.slezier : SimpleFunctionalTest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.slezier" % "SimpleFunctionalTest" % "1.9"

Advertisement