Jsoup package | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Jsoup package

I am unable to use jsoup package in java

11th Jul 2020, 1:30 PM
MST
1 ответ
+ 3
It requires you to download the jar file via maven, gradle, or git, and add it to your project. It's not got to work in the SL playground if that's what you're trying to do. See the download section and read the jsoup cookbook etc for usage. https://jsoup.org/ https://github.com/jhy/jsoup
11th Jul 2020, 1:47 PM
ChaoticDawg
ChaoticDawg - avatar