| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.actiontestscript |
| Идентификатор | Идентификаторats-automated-testing |
| Версия | Версия1.6.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ats-automated-testing-1.6.3.pom | |
| ats-automated-testing-1.6.3.jar | 438 KB |
| ats-automated-testing-1.6.3-sources.jar | 292 KB |
| ats-automated-testing-1.6.3-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/ -->
<dependency>
<groupId>com.actiontestscript</groupId>
<artifactId>ats-automated-testing</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation 'com.actiontestscript:ats-automated-testing:1.6.3'
// https://jarcasting.com/artifacts/com.actiontestscript/ats-automated-testing/
implementation ("com.actiontestscript:ats-automated-testing:1.6.3")
'com.actiontestscript:ats-automated-testing:jar:1.6.3'
<dependency org="com.actiontestscript" name="ats-automated-testing" rev="1.6.3">
<artifact name="ats-automated-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.actiontestscript', module='ats-automated-testing', version='1.6.3')
)
libraryDependencies += "com.actiontestscript" % "ats-automated-testing" % "1.6.3"
[com.actiontestscript/ats-automated-testing "1.6.3"]