s

skrapeit-html-parser

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.
https://docs.skrape.it
MIT License
Christian Dräger
Files download
File Operation
skrapeit-html-parser-1.0.0.jar download
skrapeit-html-parser-1.0.0.pom download
skrapeit-html-parser-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>it.skrape</groupId>
  <artifactId>skrapeit-html-parser</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'it.skrape:skrapeit-html-parser:1.0.0'
Gradle Kotlin
implementation("it.skrape:skrapeit-html-parser:1.0.0")
Scala SBT
libraryDependencies += "it.skrape" % "skrapeit-html-parser" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='it.skrape', module='skrapeit-html-parser', version='1.0.0')
)
Apache Ivy
<dependency org="it.skrape" name="skrapeit-html-parser" rev="1.0.0" />
Leiningen
[it.skrape/skrapeit-html-parser "1.0.0"]
Apache Buildr
'it.skrape:skrapeit-html-parser:jar:1.0.0'