is not current version
Last Version 3.0.0-alpha.3

org.jboss.arquillian.graphene:graphene-webdriver 2.2.0

Starting point for integration Graphene test suites

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.arquillian.graphene
ArtifactId

ArtifactId

graphene-webdriver
Version

Version

2.2.0
Type

Type

pom

Download graphene-webdriver 2.2.0


<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver/ -->
<dependency>
    <groupId>org.jboss.arquillian.graphene</groupId>
    <artifactId>graphene-webdriver</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver/
implementation 'org.jboss.arquillian.graphene:graphene-webdriver:2.2.0'
// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-webdriver/
implementation ("org.jboss.arquillian.graphene:graphene-webdriver:2.2.0")
'org.jboss.arquillian.graphene:graphene-webdriver:pom:2.2.0'
<dependency org="org.jboss.arquillian.graphene" name="graphene-webdriver" rev="2.2.0">
  <artifact name="graphene-webdriver" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.arquillian.graphene', module='graphene-webdriver', version='2.2.0')
)
libraryDependencies += "org.jboss.arquillian.graphene" % "graphene-webdriver" % "2.2.0"
[org.jboss.arquillian.graphene/graphene-webdriver "2.2.0"]