MVN

it.skrape : skrapeit-http-fetcher

Maven & Gradle

Jul 19, 2022
1 usages
753 stars

skrape{it} · A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. First and foremost it aims to be a testing lib, but it can also be used to scrape websites in a convenient fashion.

<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>skrapeit-http-fetcher</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.skrape : skrapeit-http-fetcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2
  • Latest Alpha: 1.3.0-alpha.1

All Versions

Choose a version of it.skrape : skrapeit-http-fetcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
skrapeit-http-fetcher-1.3.0-alpha.1
1.2.x
skrapeit-http-fetcher-1.2.2
skrapeit-http-fetcher-1.2.1
skrapeit-http-fetcher-1.2.0
1.1.x
skrapeit-http-fetcher-1.1.7
skrapeit-http-fetcher-1.1.6
skrapeit-http-fetcher-1.1.5
skrapeit-http-fetcher-1.1.4
skrapeit-http-fetcher-1.1.3
skrapeit-http-fetcher-1.1.2
skrapeit-http-fetcher-1.1.1
skrapeit-http-fetcher-1.1.0
1.0.x
skrapeit-http-fetcher-1.0.0
0.0.x
skrapeit-http-fetcher-0.0.1

How to add a dependency to Maven

Add the following it.skrape : skrapeit-http-fetcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>skrapeit-http-fetcher</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.skrape : skrapeit-http-fetcher gradle dependency to your build.gradle file:

implementation 'it.skrape:skrapeit-http-fetcher:1.2.2'

Gradle Kotlin DSL: Add the following it.skrape : skrapeit-http-fetcher gradle kotlin dependency to your build.gradle.kts file:

implementation("it.skrape:skrapeit-http-fetcher:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.skrape : skrapeit-http-fetcher sbt scala dependency to your build.sbt file:

libraryDependencies += "it.skrape" % "skrapeit-http-fetcher" % "1.2.2"

Advertisement

Dependencies from Group

Jul 19, 2022
6 usages
753 stars
Jul 19, 2022
4 usages
753 stars
Jul 19, 2022
4 usages
753 stars
Oct 14, 2020
3 usages
753 stars
Jul 19, 2022
2 usages
753 stars

Discover Dependencies

Jul 19, 2022
4 usages
753 stars
Aug 18, 2022
7 usages
105 stars
Aug 18, 2022
105 stars
Aug 18, 2022
9 usages
105 stars
Aug 25, 2023
4 usages
333 stars
Aug 18, 2023
9 stars
May 12, 2021
12 stars