1name: "jackson-databind" 2description: 3 "This project contains the general-purpose data-binding functionality and " 4 "tree-model for Jackson Data Processor. It builds on Streaming API (stream " 5 "parser/generator) package, and uses Jackson Annotations for configuration. " 6 "Project is licensed under Apache License 2.0." 7 8third_party { 9 url { 10 type: HOMEPAGE 11 value: "https://github.com/FasterXML/jackson-databind" 12 } 13 url { 14 type: GIT 15 value: "https://github.com/FasterXML/jackson-databind.git" 16 } 17 version: "2.12" 18 last_upgrade_date { year: 2020 month: 8 day: 5 } 19 license_type: NOTICE 20} 21