is not current version
Last Version 4.5.2

com.upokecenter:cbor 3.4.0-beta1

A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration. This implementation also doubles as a reader and writer of JSON, and can convert data from JSON to CBOR and back. Finally, this implementation supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.

GroupId

GroupId

com.upokecenter
ArtifactId

ArtifactId

cbor
Version

Version

3.4.0-beta1
Type

Type

jar

Download cbor 3.4.0-beta1


<!-- https://jarcasting.com/artifacts/com.upokecenter/cbor/ -->
<dependency>
    <groupId>com.upokecenter</groupId>
    <artifactId>cbor</artifactId>
    <version>3.4.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/com.upokecenter/cbor/
implementation 'com.upokecenter:cbor:3.4.0-beta1'
// https://jarcasting.com/artifacts/com.upokecenter/cbor/
implementation ("com.upokecenter:cbor:3.4.0-beta1")
'com.upokecenter:cbor:jar:3.4.0-beta1'
<dependency org="com.upokecenter" name="cbor" rev="3.4.0-beta1">
  <artifact name="cbor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upokecenter', module='cbor', version='3.4.0-beta1')
)
libraryDependencies += "com.upokecenter" % "cbor" % "3.4.0-beta1"
[com.upokecenter/cbor "3.4.0-beta1"]