s

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