Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.actiontestscript |
ArtifactId | ArtifactIdats-automated-testing |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ats-automated-testing-1.2.0.pom | |
ats-automated-testing-1.2.0.jar | 260 KB |
ats-automated-testing-1.2.0-sources.jar | 142 KB |
ats-automated-testing-1.2.0-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>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation 'com.actiontestscript:ats-automated-testing:1.2.0'
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation ("com.actiontestscript:ats-automated-testing:1.2.0")
'com.actiontestscript:ats-automated-testing:jar:1.2.0'
<dependency org="com.actiontestscript" name="ats-automated-testing" rev="1.2.0">
<artifact name="ats-automated-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.actiontestscript', module='ats-automated-testing', version='1.2.0')
)
libraryDependencies += "com.actiontestscript" % "ats-automated-testing" % "1.2.0"
[com.actiontestscript/ats-automated-testing "1.2.0"]