is not current version
Last Version 1.0.0-alpha8

it.skrape:skrapeit-core 0.5.0

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.5.0
Type

Type

jar

Download skrapeit-core 0.5.0


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