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