License |
License |
---|---|
GroupId | GroupIdcom.gistlabs |
ArtifactId | ArtifactIdmechanize |
Version | Version2.0.0-RC1 |
Type | Typejar |
Description |
Descriptionmechanize
mechanize for java: stateful HTTP/HTML client
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mechanize-2.0.0-RC1.pom | |
mechanize-2.0.0-RC1.jar | 146 KB |
mechanize-2.0.0-RC1-sources.jar | 113 KB |
mechanize-2.0.0-RC1-javadoc.jar | 738 KB |
mechanize-2.0.0-RC1-android.jar | 195 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gistlabs/mechanize/ -->
<dependency>
<groupId>com.gistlabs</groupId>
<artifactId>mechanize</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gistlabs/mechanize/
implementation 'com.gistlabs:mechanize:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.gistlabs/mechanize/
implementation ("com.gistlabs:mechanize:2.0.0-RC1")
'com.gistlabs:mechanize:jar:2.0.0-RC1'
<dependency org="com.gistlabs" name="mechanize" rev="2.0.0-RC1">
<artifact name="mechanize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gistlabs', module='mechanize', version='2.0.0-RC1')
)
libraryDependencies += "com.gistlabs" % "mechanize" % "2.0.0-RC1"
[com.gistlabs/mechanize "2.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.jsoup : jsoup | jar | 1.7.1 |
org.json : json | jar | 20090211 |
se.fishtank : css-selectors | jar | 1.0.5 |
org.apache.httpcomponents : httpclient | jar | 4.0.1 |
org.apache.httpcomponents : httpmime | jar | 4.0.1 |
com.damnhandy : handy-uri-templates | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |