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
文件下载
文件名 操作
core-0.4.1.jar 下载
core-0.4.1.pom 下载
core-0.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>it.skrape</groupId>
  <artifactId>core</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'it.skrape:core:0.4.1'
Gradle Kotlin
implementation("it.skrape:core:0.4.1")
Scala SBT
libraryDependencies += "it.skrape" % "core" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='it.skrape', module='core', version='0.4.1')
)
Apache Ivy
<dependency org="it.skrape" name="core" rev="0.4.1" />
Leiningen
[it.skrape/core "0.4.1"]
Apache Buildr
'it.skrape:core:jar:0.4.1'