MVN

com.gistlabs : mechanize

Maven & Gradle

Jul 26, 2014
1 usages
78 stars

mechanize · mechanize for java: stateful HTTP/HTML client

<dependency>
    <groupId>com.gistlabs</groupId>
    <artifactId>mechanize</artifactId>
    <version>0.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gistlabs : mechanize to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.1
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of com.gistlabs : mechanize to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
mechanize-2.0.0-RC1
1.0.x
mechanize-1.0.0-RC1
0.13.x
mechanize-0.13.1
0.11.x
mechanize-0.11.2
mechanize-0.11.0
0.10.x
mechanize-0.10.0
0.9.x
mechanize-0.9.2
mechanize-0.9.1
mechanize-0.9.0
0.8.x
mechanize-0.8.0

How to add a dependency to Maven

Add the following com.gistlabs : mechanize maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gistlabs</groupId>
    <artifactId>mechanize</artifactId>
    <version>0.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gistlabs : mechanize gradle dependency to your build.gradle file:

implementation 'com.gistlabs:mechanize:0.13.1'

Gradle Kotlin DSL: Add the following com.gistlabs : mechanize gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gistlabs:mechanize:0.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gistlabs : mechanize sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gistlabs" % "mechanize" % "0.13.1"

Advertisement