Java Testing Toolbox

Useful classes for writing automated tests with Java

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.qacore
ArtifactId

ArtifactId

java-testing-toolbox
Last Version

Last Version

1.4.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java Testing Toolbox
Useful classes for writing automated tests with Java

Download java-testing-toolbox

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.4.0
junit : junit jar 4.12

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.16

Project Modules

There are no modules declared in this project.
com.github.qacore

Versions

Version
1.4.1.1
1.4.1
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0