License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.actiontestscript |
ArtifactId | ArtifactIdats-automated-testing |
Version | Version2.2.9 |
Type | Typejar |
Description |
Descriptionats-automated-testing
Code generator library to create and execute GUI automated tests
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ats-automated-testing-2.2.9.pom | |
ats-automated-testing-2.2.9.jar | 694 KB |
ats-automated-testing-2.2.9-sources.jar | 457 KB |
ats-automated-testing-2.2.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/ -->
<dependency>
<groupId>com.actiontestscript</groupId>
<artifactId>ats-automated-testing</artifactId>
<version>2.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation 'com.actiontestscript:ats-automated-testing:2.2.9'
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation ("com.actiontestscript:ats-automated-testing:2.2.9")
'com.actiontestscript:ats-automated-testing:jar:2.2.9'
<dependency org="com.actiontestscript" name="ats-automated-testing" rev="2.2.9">
<artifact name="ats-automated-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.actiontestscript', module='ats-automated-testing', version='2.2.9')
)
libraryDependencies += "com.actiontestscript" % "ats-automated-testing" % "2.2.9"
[com.actiontestscript/ats-automated-testing "2.2.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |