is not current version
Last Version 1.4.0

org.easetech:easytest-core 0.8

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-core
Version

Version

0.8
Type

Type

jar

Download easytest-core 0.8


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