is not current version
Last Version 0.6.3

org.easetech:easytest 0.6.2

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
Version

Version

0.6.2
Type

Type

jar

Download easytest 0.6.2


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