jar

com.fasterxml.jackson.dataformat : jackson-dataformat-cbor

Maven & Gradle

May 30, 2023
700 usages
289 stars

Jackson dataformat: CBOR · Support for reading and writing Concise Binary Object Representation ([CBOR](https://www.rfc-editor.org/info/rfc7049) encoded data using Jackson abstractions (streaming API, data binding, tree model)

Table Of Contents

Latest Version

Download com.fasterxml.jackson.dataformat : jackson-dataformat-cbor JAR file - Latest Versions:

All Versions

Download com.fasterxml.jackson.dataformat : jackson-dataformat-cbor JAR file - All Versions:

Version Vulnerabilities Size Updated
2.15.x
2.14.x
2.13.x
2.12.x
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.11.x
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.10.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.9.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.8.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.7.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.6.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.5.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.4.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
2.3.x CVE-2020-28491
CVE-2020-28491
CVE-2020-28491
CVE-2020-28491

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jackson-dataformat-cbor-2.15.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fasterxml.jackson.dataformat.cbor.databind

├─ com.fasterxml.jackson.dataformat.cbor.databind.CBORMapper.class - [JAR]

com.fasterxml.jackson.dataformat.cbor

├─ com.fasterxml.jackson.dataformat.cbor.CBORConstants.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORFactory.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORFactoryBuilder.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORGenerator.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORParser.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORParserBootstrapper.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORReadContext.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORSimpleValue.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.CBORWriteContext.class - [JAR]

├─ com.fasterxml.jackson.dataformat.cbor.PackageVersion.class - [JAR]

Advertisement