License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdcom.google.code.maven-play-plugin |
ArtifactId | ArtifactIdplay-selenium-junit4 |
Version | Version1.0.0-beta8 |
Type | Typejar |
Description |
DescriptionPlay! Selenium Test Base
Play! Selenium Test Base
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/play-selenium-junit4/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin</groupId>
<artifactId>play-selenium-junit4</artifactId>
<version>1.0.0-beta8</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/play-selenium-junit4/
implementation 'com.google.code.maven-play-plugin:play-selenium-junit4:1.0.0-beta8'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/play-selenium-junit4/
implementation ("com.google.code.maven-play-plugin:play-selenium-junit4:1.0.0-beta8")
'com.google.code.maven-play-plugin:play-selenium-junit4:jar:1.0.0-beta8'
<dependency org="com.google.code.maven-play-plugin" name="play-selenium-junit4" rev="1.0.0-beta8">
<artifact name="play-selenium-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin', module='play-selenium-junit4', version='1.0.0-beta8')
)
libraryDependencies += "com.google.code.maven-play-plugin" % "play-selenium-junit4" % "1.0.0-beta8"
[com.google.code.maven-play-plugin/play-selenium-junit4 "1.0.0-beta8"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.8.1 |
org.seleniumhq.selenium.client-drivers : selenium-java-client-driver | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |