Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.actiontestscript |
ArtifactId | ArtifactIdats-automated-testing |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
ats-automated-testing-2.1.3.pom | |
ats-automated-testing-2.1.3.jar | 772 KB |
ats-automated-testing-2.1.3-sources.jar | 522 KB |
ats-automated-testing-2.1.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/ -->
<dependency>
<groupId>com.actiontestscript</groupId>
<artifactId>ats-automated-testing</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation 'com.actiontestscript:ats-automated-testing:2.1.3'
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation ("com.actiontestscript:ats-automated-testing:2.1.3")
'com.actiontestscript:ats-automated-testing:jar:2.1.3'
<dependency org="com.actiontestscript" name="ats-automated-testing" rev="2.1.3">
<artifact name="ats-automated-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.actiontestscript', module='ats-automated-testing', version='2.1.3')
)
libraryDependencies += "com.actiontestscript" % "ats-automated-testing" % "2.1.3"
[com.actiontestscript/ats-automated-testing "2.1.3"]