| Группа | Группаcom.assertthat |
|---|---|
| Идентификатор | Идентификаторselenium-shutterbug |
| Версия | Версия0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| selenium-shutterbug-0.7.pom | |
| selenium-shutterbug-0.7.jar | 24 KB |
| selenium-shutterbug-0.7-sources.jar | 17 KB |
| selenium-shutterbug-0.7-javadoc.jar | 76 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.assertthat/selenium-shutterbug/ -->
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.assertthat/selenium-shutterbug/
implementation 'com.assertthat:selenium-shutterbug:0.7'
// https://jarcasting.com/artifacts/com.assertthat/selenium-shutterbug/
implementation ("com.assertthat:selenium-shutterbug:0.7")
'com.assertthat:selenium-shutterbug:jar:0.7'
<dependency org="com.assertthat" name="selenium-shutterbug" rev="0.7">
<artifact name="selenium-shutterbug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.assertthat', module='selenium-shutterbug', version='0.7')
)
libraryDependencies += "com.assertthat" % "selenium-shutterbug" % "0.7"
[com.assertthat/selenium-shutterbug "0.7"]