GroupId | GroupIdcom.github.anvirego |
---|---|
ArtifactId | ArtifactIdselenium-screenshot |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
selenium-screenshot-2.1.pom | |
selenium-screenshot-2.1.jar | 7 KB |
selenium-screenshot-2.1-sources.jar | 8 KB |
selenium-screenshot-2.1-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anvirego/selenium-screenshot/ -->
<dependency>
<groupId>com.github.anvirego</groupId>
<artifactId>selenium-screenshot</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anvirego/selenium-screenshot/
implementation 'com.github.anvirego:selenium-screenshot:2.1'
// https://jarcasting.com/artifacts/com.github.anvirego/selenium-screenshot/
implementation ("com.github.anvirego:selenium-screenshot:2.1")
'com.github.anvirego:selenium-screenshot:jar:2.1'
<dependency org="com.github.anvirego" name="selenium-screenshot" rev="2.1">
<artifact name="selenium-screenshot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anvirego', module='selenium-screenshot', version='2.1')
)
libraryDependencies += "com.github.anvirego" % "selenium-screenshot" % "2.1"
[com.github.anvirego/selenium-screenshot "2.1"]