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