is not current version
Last Version 1.4.0

org.easetech:easytest-core 1.1

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

1.1
Type

Type

jar

Download easytest-core 1.1


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