jackson-core 2.13.0-2 source package in Ubuntu
Changelog
jackson-core (2.13.0-2) unstable; urgency=medium * Team upload. * Remove all doc packages from Build-Depends. -- Markus Koschany <email address hidden> Thu, 04 Nov 2021 10:20:26 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jackson-core_2.13.0-2.dsc | 2.3 KiB | 5e1170fc62f7bfe890cbb316ac58a6642d15c8d05a7531ca5b015e3d329b566d |
jackson-core_2.13.0.orig.tar.xz | 377.6 KiB | e3aa98c56f499776856358bedee0043bc0e0f645abefed7453b4f92edb9486ac |
jackson-core_2.13.0-2.debian.tar.xz | 12.5 KiB | bcc834cfee20a526aa44ca22971bf0257e4e159eea5a9ddc9f4e83d4a4c5eb52 |
Available diffs
- diff from 2.13.0-1 to 2.13.0-2 (731 bytes)
No changes file available.
Binary packages built by this source
- libjackson2-core-java: fast and powerful JSON library for Java -- core library
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
lightweight, and ergonomic for developers. It offers three alternative methods
for processing JSON:
.
* Streaming API inspired by StAX
* Tree Model
* Data Binding converts JSON to and from POJOs
.
In addition to the core library, there are numerous extension that provide
additional functionality such as additional data formats beyond JSON,
additional data types or JVM languages.
.
This package contains the Jackson core library.