jackson-databind 2.10.2-1 source package in Ubuntu

Changelog

jackson-databind (2.10.2-1) unstable; urgency=medium

  * New upstream version 2.10.2.
  * Declare compliance with Debian Policy 4.5.0.

 -- Markus Koschany <email address hidden>  Sun, 16 Feb 2020 14:27:13 +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 Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jackson-databind_2.10.2-1.dsc 2.6 KiB 848b4cc595cdee7d7a7f6ffc9e49733bb11cb2418d029c0cdb2b5df815311ba3
jackson-databind_2.10.2.orig.tar.gz 1.3 MiB e8cdf17dac867675c9d580ddf62c78e334a5243a440f1e19836f318a3c051480
jackson-databind_2.10.2-1.debian.tar.xz 5.3 KiB ec6058f4046b32b05ef066e6aec24c88d29d904be649f54cd04de55e98dc747f

Available diffs

No changes file available.

Binary packages built by this source

libjackson2-databind-java: No summary available for libjackson2-databind-java in ubuntu groovy.

No description available for libjackson2-databind-java in ubuntu groovy.

libjackson2-databind-java-doc: Documentation for jackson-databind

 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 API documentation of libjackson2-databind-java.