MVN

com.squareup.okhttp.sample : crawler

Maven & Gradle

Feb 26, 2016
41.3k stars

Sample: Crawler

<dependency>
    <groupId>com.squareup.okhttp.sample</groupId>
    <artifactId>crawler</artifactId>
    <version>2.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.okhttp.sample : crawler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.5
  • Latest Release Candidate: 2.4.0-RC1

All Versions

Choose a version of com.squareup.okhttp.sample : crawler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
crawler-2.7.5
crawler-2.7.4
crawler-2.7.3
crawler-2.7.2
crawler-2.7.1
crawler-2.7.0
2.6.x
crawler-2.6.0
2.5.x
crawler-2.5.0
2.4.x
crawler-2.4.0
crawler-2.4.0-RC1
2.3.x
crawler-2.3.0
2.2.x
crawler-2.2.0
2.1.x
crawler-2.1.0
crawler-2.1.0-RC1
2.0.x
crawler-2.0.0
crawler-2.0.0-RC2
crawler-2.0.0-RC1

How to add a dependency to Maven

Add the following com.squareup.okhttp.sample : crawler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.squareup.okhttp.sample</groupId>
    <artifactId>crawler</artifactId>
    <version>2.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.squareup.okhttp.sample : crawler gradle dependency to your build.gradle file:

implementation 'com.squareup.okhttp.sample:crawler:2.7.5'

Gradle Kotlin DSL: Add the following com.squareup.okhttp.sample : crawler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.squareup.okhttp.sample:crawler:2.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.squareup.okhttp.sample : crawler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.squareup.okhttp.sample" % "crawler" % "2.7.5"