1name: "jsoup" 2description: 3 "jsoup is a Java library that makes it easy to work with real-world HTML " 4 "and XML. It offers an easy-to-use API for URL fetching, data parsing, " 5 "extraction, and manipulation using DOM API methods, CSS, and xpath " 6 "selectors." 7 8third_party { 9homepage: "https://github.com/jhy/jsoup" 10 identifier { 11 type: "Git" 12 value: "https://github.com/jhy/jsoup" 13 primary_source: true 14 version: "jsoup-1.17.2" 15 } 16 version: "jsoup-1.17.2" 17 last_upgrade_date { year: 2024 month: 5 day: 10 } 18 license_type: NOTICE 19} 20