is not current version
Last Version 1.0.0-alpha8

it.skrape:skrapeit-core 0.4.3

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.

GroupId

GroupId

it.skrape
ArtifactId

ArtifactId

skrapeit-core
Version

Version

0.4.3
Type

Type

jar

Download skrapeit-core 0.4.3


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