org.jsoup.package-info Maven / Gradle / Ivy
Go to download
SDK for dev_appserver (local development) with some of the dependencies shaded (repackaged)
/**
Contains the main {@link org.jsoup.Jsoup} class, which provides convenient static access to the jsoup functionality.
*/
@NullMarked
package org.jsoup;
import org.jspecify.annotations.NullMarked;