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