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