| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers | 
| GroupId | GroupIdorg.jboss.arquillian.graphene | 
| ArtifactId | ArtifactIdgraphene-webdriver | 
| Last Version | Last Version3.0.0-alpha.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionGraphene: Dependency Chain for Graphene WebDriver Starting point for integration Graphene test suites | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| graphene-webdriver-3.0.0-alpha.3.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver/ -->
<dependency>
    <groupId>org.jboss.arquillian.graphene</groupId>
    <artifactId>graphene-webdriver</artifactId>
    <version>3.0.0-alpha.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver/
implementation 'org.jboss.arquillian.graphene:graphene-webdriver:3.0.0-alpha.3'// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver/
implementation ("org.jboss.arquillian.graphene:graphene-webdriver:3.0.0-alpha.3")'org.jboss.arquillian.graphene:graphene-webdriver:pom:3.0.0-alpha.3'<dependency org="org.jboss.arquillian.graphene" name="graphene-webdriver" rev="3.0.0-alpha.3">
  <artifact name="graphene-webdriver" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jboss.arquillian.graphene', module='graphene-webdriver', version='3.0.0-alpha.3')
)libraryDependencies += "org.jboss.arquillian.graphene" % "graphene-webdriver" % "3.0.0-alpha.3"[org.jboss.arquillian.graphene/graphene-webdriver "3.0.0-alpha.3"]