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.3.0-alpha.1.jar download
skrapeit-html-parser-1.3.0-alpha.1.pom download
skrapeit-html-parser-1.3.0-alpha.1-sources.jar download
Apache Maven
<dependency>
  <groupId>it.skrape</groupId>
  <artifactId>skrapeit-html-parser</artifactId>
  <version>1.3.0-alpha.1</version>
</dependency>
Gradle Groovy
implementation 'it.skrape:skrapeit-html-parser:1.3.0-alpha.1'
Gradle Kotlin
implementation("it.skrape:skrapeit-html-parser:1.3.0-alpha.1")
Scala SBT
libraryDependencies += "it.skrape" % "skrapeit-html-parser" % "1.3.0-alpha.1"
Groovy Grape
@Grapes(
  @Grab(group='it.skrape', module='skrapeit-html-parser', version='1.3.0-alpha.1')
)
Apache Ivy
<dependency org="it.skrape" name="skrapeit-html-parser" rev="1.3.0-alpha.1" />
Leiningen
[it.skrape/skrapeit-html-parser "1.3.0-alpha.1"]
Apache Buildr
'it.skrape:skrapeit-html-parser:jar:1.3.0-alpha.1'