Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdcom.github.markusbernhardt |
ArtifactId | ArtifactIdselenium2library |
Version | Version1.1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
selenium2library-1.1.0.0.pom | |
selenium2library-1.1.0.0.jar | 134 KB |
selenium2library-1.1.0.0-sources.jar | 33 KB |
selenium2library-1.1.0.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.markusbernhardt/selenium2library/ -->
<dependency>
<groupId>com.github.markusbernhardt</groupId>
<artifactId>selenium2library</artifactId>
<version>1.1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.markusbernhardt/selenium2library/
implementation 'com.github.markusbernhardt:selenium2library:1.1.0.0'
// https://jarcasting.com/artifacts/com.github.markusbernhardt/selenium2library/
implementation ("com.github.markusbernhardt:selenium2library:1.1.0.0")
'com.github.markusbernhardt:selenium2library:jar:1.1.0.0'
<dependency org="com.github.markusbernhardt" name="selenium2library" rev="1.1.0.0">
<artifact name="selenium2library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.markusbernhardt', module='selenium2library', version='1.1.0.0')
)
libraryDependencies += "com.github.markusbernhardt" % "selenium2library" % "1.1.0.0"
[com.github.markusbernhardt/selenium2library "1.1.0.0"]