Эксперт ХД

org.jsoup:jsoup (1.21.2)

Published 2026-09-15 10:17:48 +00:00 by Vlad_Savchuk

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url>https://git.expertdwh.ru/api/packages/EWH/maven</url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.jsoup</groupId>
	<artifactId>jsoup</artifactId>
	<version>1.21.2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories=https://git.expertdwh.ru/api/packages/EWH/maven -Dartifact=org.jsoup:jsoup:1.21.2

About this package

jsoup is a Java library that simplifies working with real-world HTML and XML. It offers an easy-to-use API for URL fetching, data parsing, extraction, and manipulation using DOM API methods, CSS, and xpath selectors. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers.

Dependencies

org.junit.jupiter:junit-jupiter
5.13.4
com.google.code.gson:gson
2.13.1
org.eclipse.jetty:jetty-server
${jetty.version}
org.eclipse.jetty:jetty-servlet
${jetty.version}
org.eclipse.jetty:jetty-proxy
${jetty.version}
org.jspecify:jspecify
1.0.0
Details
Maven
2026-09-15 10:17:48 +00:00
272
jsoup Java HTML Parser
The MIT License
508 KiB
Assets (2)
Versions (2) View all
1.10.2 2026-09-15
1.21.2 2026-09-15