c

core

skrape{it} is a Kotlin-based HTML testing and web scraping library that can be used seamlessly in both Spring-Boot and other JVM projects. It places particular emphasis on ease of use, a high level of readability and attention to performance through the use of non-blocking operations.
https://docs.skrape.it
MIT License
Christian Dräger Stefan Bissell
Files download
File Operation
core-0.4.0.jar download
core-0.4.0.pom download
core-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>it.skrape</groupId>
  <artifactId>core</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'it.skrape:core:0.4.0'
Gradle Kotlin
implementation("it.skrape:core:0.4.0")
Scala SBT
libraryDependencies += "it.skrape" % "core" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='it.skrape', module='core', version='0.4.0')
)
Apache Ivy
<dependency org="it.skrape" name="core" rev="0.4.0" />
Leiningen
[it.skrape/core "0.4.0"]
Apache Buildr
'it.skrape:core:jar:0.4.0'