| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdcom.vertispan.webdriver.gwt |
| ArtifactId | ArtifactIdgwt-driver |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGWT bindings for WebDriver
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gwt-driver-0.2.0.pom | |
| gwt-driver-0.2.0.jar | 47 KB |
| gwt-driver-0.2.0-sources.jar | 32 KB |
| gwt-driver-0.2.0-javadoc.jar | 555 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vertispan.webdriver.gwt/gwt-driver/ -->
<dependency>
<groupId>com.vertispan.webdriver.gwt</groupId>
<artifactId>gwt-driver</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vertispan.webdriver.gwt/gwt-driver/
implementation 'com.vertispan.webdriver.gwt:gwt-driver:0.2.0'
// https://jarcasting.com/artifacts/com.vertispan.webdriver.gwt/gwt-driver/
implementation ("com.vertispan.webdriver.gwt:gwt-driver:0.2.0")
'com.vertispan.webdriver.gwt:gwt-driver:jar:0.2.0'
<dependency org="com.vertispan.webdriver.gwt" name="gwt-driver" rev="0.2.0">
<artifact name="gwt-driver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vertispan.webdriver.gwt', module='gwt-driver', version='0.2.0')
)
libraryDependencies += "com.vertispan.webdriver.gwt" % "gwt-driver" % "0.2.0"
[com.vertispan.webdriver.gwt/gwt-driver "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.seleniumhq.selenium : selenium-java | jar | 4.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.gwt : gwt-user | jar | 2.9.0 |
| com.google.gwt : gwt-dev | jar | 2.9.0 |