MVN

org.easetech : easytest-spring

Maven & Gradle

Mar 02, 2015
6 stars

EasyTest to ease Data Driven Testing · EasyTest is a JUnit extension perform Data Driven Testing with ease and simplicity. It supports method parameters with Test annotation and much more.

<dependency>
    <groupId>org.easetech</groupId>
    <artifactId>easytest-spring</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.easetech : easytest-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of org.easetech : easytest-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
easytest-spring-1.3.2
1.2.x
easytest-spring-1.2.9
easytest-spring-1.2.2
1.1
easytest-spring-1.1
1.0
easytest-spring-1.0
0.8
easytest-spring-0.8

How to add a dependency to Maven

Add the following org.easetech : easytest-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.easetech</groupId>
    <artifactId>easytest-spring</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.easetech : easytest-spring gradle dependency to your build.gradle file:

implementation 'org.easetech:easytest-spring:1.3.2'

Gradle Kotlin DSL: Add the following org.easetech : easytest-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.easetech:easytest-spring:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.easetech : easytest-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.easetech" % "easytest-spring" % "1.3.2"

Advertisement