Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.bogdanovmn.httpclient.selenium |
ArtifactId | ArtifactIdhttp-client-selenium |
Version | Version3.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.selenium/http-client-selenium/ -->
<dependency>
<groupId>com.github.bogdanovmn.httpclient.selenium</groupId>
<artifactId>http-client-selenium</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.selenium/http-client-selenium/
implementation 'com.github.bogdanovmn.httpclient.selenium:http-client-selenium:3.0.4'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.httpclient.selenium/http-client-selenium/
implementation ("com.github.bogdanovmn.httpclient.selenium:http-client-selenium:3.0.4")
'com.github.bogdanovmn.httpclient.selenium:http-client-selenium:jar:3.0.4'
<dependency org="com.github.bogdanovmn.httpclient.selenium" name="http-client-selenium" rev="3.0.4">
<artifact name="http-client-selenium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.httpclient.selenium', module='http-client-selenium', version='3.0.4')
)
libraryDependencies += "com.github.bogdanovmn.httpclient.selenium" % "http-client-selenium" % "3.0.4"
[com.github.bogdanovmn.httpclient.selenium/http-client-selenium "3.0.4"]