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.

Лицензия

Лицензия

Группа

Группа

it.skrape
Идентификатор

Идентификатор

core
Последняя версия

Последняя версия

0.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://docs.skrape.it
Система контроля версий

Система контроля версий

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

Скачать core

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.20

test (3)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
0.1.0-beta2
0.1.0-beta1