is not current version
Last Version 1.3.2

org.easetech:easytest-spring 1.2.9

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

GroupId

GroupId

org.easetech
ArtifactId

ArtifactId

easytest-spring
Version

Version

1.2.9
Type

Type

jar

Download easytest-spring 1.2.9


<!-- https://jarcasting.com/artifacts/org.easetech/easytest-spring/ -->
<dependency>
    <groupId>org.easetech</groupId>
    <artifactId>easytest-spring</artifactId>
    <version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation 'org.easetech:easytest-spring:1.2.9'
// https://jarcasting.com/artifacts/org.easetech/easytest-spring/
implementation ("org.easetech:easytest-spring:1.2.9")
'org.easetech:easytest-spring:jar:1.2.9'
<dependency org="org.easetech" name="easytest-spring" rev="1.2.9">
  <artifact name="easytest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easetech', module='easytest-spring', version='1.2.9')
)
libraryDependencies += "org.easetech" % "easytest-spring" % "1.2.9"
[org.easetech/easytest-spring "1.2.9"]