• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "jackson-core"
2description:
3    "This project contains core low-level incremental ("streaming") parser and "
4    "generator abstractions used by Jackson Data Processor. It also includes "
5    "the default implementation of handler types (parser, generator) that "
6    "handle JSON format. The core abstractions are not JSON specific, although "
7    "naming does contain 'JSON' in many places, due to historical reasons. Only "
8    "packages that specifically contain word 'json' are JSON-specific."
9
10third_party {
11  url {
12    type: HOMEPAGE
13    value: "https://github.com/FasterXML/jackson-core"
14  }
15  url {
16    type: GIT
17    value: "https://github.com/FasterXML/jackson-core.git"
18  }
19  version: "2.12"
20  last_upgrade_date { year: 2020 month: 8 day: 5 }
21  license_type: NOTICE
22}
23