MVN

it.skrape : skrapeit-core

Maven & Gradle

Oct 14, 2020
3 usages
752 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-core</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.0
  • Latest Alpha: 1.0.0-alpha8

All Versions

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

Version Vulnerabilities Updated
1.0.x
skrapeit-core-1.0.0-alpha8
skrapeit-core-1.0.0-alpha7
skrapeit-core-1.0.0-alpha6
skrapeit-core-1.0.0-alpha5
skrapeit-core-1.0.0-alpha4.1
skrapeit-core-1.0.0-alpha3
skrapeit-core-1.0.0-alpha2
skrapeit-core-1.0.0-alpha1
0.6.x
skrapeit-core-0.6.0
0.5.x
skrapeit-core-0.5.1
skrapeit-core-0.5.0
0.4.x
skrapeit-core-0.4.3
skrapeit-core-0.4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>skrapeit-core</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'it.skrape:skrapeit-core:0.6.0'

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

implementation("it.skrape:skrapeit-core:0.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "it.skrape" % "skrapeit-core" % "0.6.0"

Advertisement

Dependencies from Group

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

Discover Dependencies

May 30, 2022
6 usages
1k stars
Jul 02, 2023
3 usages
20 stars
Sep 24, 2020
31 usages
2 stars
May 24, 2023
86 stars