Last Version

skrape{it} 0.4.1

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.

License

License

GroupId

GroupId

it.skrape
ArtifactId

ArtifactId

core
Version

Version

0.4.1
Type

Type

jar
Description

Description

skrape{it}
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.
Project URL

Project URL

https://docs.skrape.it
Source Code Management

Source Code Management

https://github.com/skrapeit/skrape.it/tree/master

Download core 0.4.1


<!-- https://jarcasting.com/artifacts/it.skrape/core/ -->
<dependency>
    <groupId>it.skrape</groupId>
    <artifactId>core</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.skrape/core/
implementation 'it.skrape:core:0.4.1'
// https://jarcasting.com/artifacts/it.skrape/core/
implementation ("it.skrape:core:0.4.1")
'it.skrape:core:jar:0.4.1'
<dependency org="it.skrape" name="core" rev="0.4.1">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.skrape', module='core', version='0.4.1')
)
libraryDependencies += "it.skrape" % "core" % "0.4.1"
[it.skrape/core "0.4.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jsoup : jsoup jar 1.11.3
com.machinepublishers : jbrowserdriver jar 1.0.1
net.wuerl.kotlin : assertj-core-kotlin jar 0.2.1
org.jetbrains.kotlin : kotlin-reflect jar RELEASE

provided (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.20

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.2.0
org.junit.jupiter : junit-jupiter-params jar 5.2.0
com.github.tomakehurst : wiremock jar 2.19.0

Project Modules

There are no modules declared in this project.