License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.qacore |
ArtifactId | ArtifactIdjava-testing-toolbox |
Last Version | Last Version1.4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Testing Toolbox
Useful classes for writing automated tests with Java
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 3.4.0 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.16 |