MVN

it.skrape : skrape-it

Maven & Gradle

Oct 05, 2020
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>skrape-it</artifactId>
    <version>1.0.0-alpha7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-alpha7
  • Latest Alpha: 1.0.0-alpha7

All Versions

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

Version Vulnerabilities Updated
1.0.x
skrape-it-1.0.0-alpha7

How to add a dependency to Maven

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

<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>skrape-it</artifactId>
    <version>1.0.0-alpha7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'it.skrape:skrape-it:1.0.0-alpha7'

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

implementation("it.skrape:skrape-it:1.0.0-alpha7")

How to add a dependency to SBT Scala

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

libraryDependencies += "it.skrape" % "skrape-it" % "1.0.0-alpha7"

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