License |
License |
---|---|
GroupId | GroupIdit.skrape |
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionskrape{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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-0.4.1.pom | |
core-0.4.1.jar | 23 KB |
core-0.4.1-sources.jar | 7 KB |
core-0.4.1-javadoc.jar | 58 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.20 |
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 |