| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.har01d |
| Идентификатор | Идентификаторocula-core |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеA kotlin crawler framework.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ocula-core-0.0.5.pom | |
| ocula-core-0.0.5.jar | 189 KB |
| ocula-core-0.0.5-sources.jar | 27 KB |
| ocula-core-0.0.5-javadoc.jar | 581 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.har01d/ocula-core/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>ocula-core</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/ocula-core/
implementation 'cn.har01d:ocula-core:0.0.5'
// https://jarcasting.com/artifacts/cn.har01d/ocula-core/
implementation ("cn.har01d:ocula-core:0.0.5")
'cn.har01d:ocula-core:jar:0.0.5'
<dependency org="cn.har01d" name="ocula-core" rev="0.0.5">
<artifact name="ocula-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='ocula-core', version='0.0.5')
)
libraryDependencies += "cn.har01d" % "ocula-core" % "0.0.5"
[cn.har01d/ocula-core "0.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.3.72 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.72 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.0 |
| com.github.kittinunf.fuel : fuel | jar | 2.3.1 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.2 |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.10.2 |
| com.jayway.jsonpath : json-path | jar | 2.4.0 |
| us.codecraft : xsoup | jar | 0.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.72 |
| junit : junit | jar | 4.12 |