is not current version
Last Version 0.4.1

it.skrape:core 0.1.0-beta1

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.

GroupId

GroupId

it.skrape
ArtifactId

ArtifactId

core
Version

Version

0.1.0-beta1
Type

Type

jar

Download core 0.1.0-beta1


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