is not current version
Last Version 1.4.1.1

com.github.qacore:java-testing-toolbox 1.3.0

Useful classes for writing automated tests with Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.qacore
ArtifactId

ArtifactId

java-testing-toolbox
Version

Version

1.3.0
Type

Type

jar

Download java-testing-toolbox 1.3.0


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