aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 91d28eb008f2deefc083f30b4d5fe1b271a2ceca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "jackson-core"
description:
    "This project contains core low-level incremental ("streaming") parser and "
    "generator abstractions used by Jackson Data Processor. It also includes "
    "the default implementation of handler types (parser, generator) that "
    "handle JSON format. The core abstractions are not JSON specific, although "
    "naming does contain 'JSON' in many places, due to historical reasons. Only "
    "packages that specifically contain word 'json' are JSON-specific."

third_party {
  url {
    type: HOMEPAGE
    value: "https://github.com/FasterXML/jackson-core"
  }
  url {
    type: GIT
    value: "https://github.com/FasterXML/jackson-core.git"
  }
  version: "2.12"
  last_upgrade_date { year: 2020 month: 8 day: 5 }
  license_type: NOTICE
}