is not current version
Last Version 2.0.0-RC1

com.gistlabs:mechanize 1.0.0-RC1

mechanize for java: stateful HTTP/HTML client

GroupId

GroupId

com.gistlabs
ArtifactId

ArtifactId

mechanize
Version

Version

1.0.0-RC1
Type

Type

jar

Download mechanize 1.0.0-RC1


<!-- https://jarcasting.com/artifacts/com.gistlabs/mechanize/ -->
<dependency>
    <groupId>com.gistlabs</groupId>
    <artifactId>mechanize</artifactId>
    <version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gistlabs/mechanize/
implementation 'com.gistlabs:mechanize:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.gistlabs/mechanize/
implementation ("com.gistlabs:mechanize:1.0.0-RC1")
'com.gistlabs:mechanize:jar:1.0.0-RC1'
<dependency org="com.gistlabs" name="mechanize" rev="1.0.0-RC1">
  <artifact name="mechanize" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gistlabs', module='mechanize', version='1.0.0-RC1')
)
libraryDependencies += "com.gistlabs" % "mechanize" % "1.0.0-RC1"
[com.gistlabs/mechanize "1.0.0-RC1"]