| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииjsoup Прикладные библиотеки |
| Группа | Группаcom.github.hazendaz.jsoup |
| Идентификатор | Идентификаторjsoup |
| Последняя версия | Последняя версия1.15.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjsoup
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, using the best of HTML5 DOM methods and CSS selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jsoup-1.15.1.pom | |
| jsoup-1.15.1.jar | 414 KB |
| jsoup-1.15.1-tests.jar | 486 KB |
| jsoup-1.15.1-test-sources.jar | 370 KB |
| jsoup-1.15.1-test-javadoc.jar | 731 KB |
| jsoup-1.15.1-sources.jar | 218 KB |
| jsoup-1.15.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz.jsoup/jsoup/ -->
<dependency>
<groupId>com.github.hazendaz.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz.jsoup/jsoup/
implementation 'com.github.hazendaz.jsoup:jsoup:1.15.1'
// https://jarcasting.com/artifacts/com.github.hazendaz.jsoup/jsoup/
implementation ("com.github.hazendaz.jsoup:jsoup:1.15.1")
'com.github.hazendaz.jsoup:jsoup:jar:1.15.1'
<dependency org="com.github.hazendaz.jsoup" name="jsoup" rev="1.15.1">
<artifact name="jsoup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz.jsoup', module='jsoup', version='1.15.1')
)
libraryDependencies += "com.github.hazendaz.jsoup" % "jsoup" % "1.15.1"
[com.github.hazendaz.jsoup/jsoup "1.15.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.spotbugs : spotbugs-annotations | jar | 4.5.3 |
| com.google.errorprone : error_prone_annotations | jar | 2.10.0 |
| org.hibernate.validator : hibernate-validator-annotation-processor | jar | 6.2.1.Final |
| com.google.j2objc : j2objc-annotations | jar | 1.3 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.gaul : modernizer-maven-annotations | jar | 2.3.0 |
| org.projectlombok : lombok | jar | 1.18.22 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
| com.google.code.gson : gson | jar | 2.9.0 |
| org.eclipse.jetty : jetty-server | jar | 9.4.45.v20220203 |
| org.eclipse.jetty : jetty-servlet | jar | 9.4.45.v20220203 |