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