GroupId | GroupIdcom.github.xuchen93 |
---|---|
ArtifactId | ArtifactIdmodule-selenium |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
module-selenium-1.0.10.pom | |
module-selenium-1.0.10.jar | 10 KB |
module-selenium-1.0.10-sources.jar | 6 KB |
module-selenium-1.0.10-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-selenium/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-selenium</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-selenium/
implementation 'com.github.xuchen93:module-selenium:1.0.10'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-selenium/
implementation ("com.github.xuchen93:module-selenium:1.0.10")
'com.github.xuchen93:module-selenium:jar:1.0.10'
<dependency org="com.github.xuchen93" name="module-selenium" rev="1.0.10">
<artifact name="module-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-selenium', version='1.0.10')
)
libraryDependencies += "com.github.xuchen93" % "module-selenium" % "1.0.10"
[com.github.xuchen93/module-selenium "1.0.10"]