| Лицензия |
Лицензия |
|---|---|
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.20 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |