| Категории |
КатегорииGroovy Языки программирования |
|---|---|
| Группа | Группаcom.pojosontheweb |
| Идентификатор | Идентификаторselenium-utils-groovy |
| Версия | Версия1.4.9 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| selenium-utils-groovy-1.4.9.pom | |
| selenium-utils-groovy-1.4.9.jar | 21 KB |
| selenium-utils-groovy-1.4.9-sources.jar | 5 KB |
| selenium-utils-groovy-1.4.9-javadoc.jar | 48 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils-groovy/ -->
<dependency>
<groupId>com.pojosontheweb</groupId>
<artifactId>selenium-utils-groovy</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils-groovy/
implementation 'com.pojosontheweb:selenium-utils-groovy:1.4.9'
// https://jarcasting.com/artifacts/com.pojosontheweb/selenium-utils-groovy/
implementation ("com.pojosontheweb:selenium-utils-groovy:1.4.9")
'com.pojosontheweb:selenium-utils-groovy:jar:1.4.9'
<dependency org="com.pojosontheweb" name="selenium-utils-groovy" rev="1.4.9">
<artifact name="selenium-utils-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pojosontheweb', module='selenium-utils-groovy', version='1.4.9')
)
libraryDependencies += "com.pojosontheweb" % "selenium-utils-groovy" % "1.4.9"
[com.pojosontheweb/selenium-utils-groovy "1.4.9"]