CBOR (Concise Binary Object Representation)

A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.

License

License

GroupId

GroupId

com.upokecenter
ArtifactId

ArtifactId

cbor
Last Version

Last Version

4.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

CBOR (Concise Binary Object Representation)
A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.
Project URL

Project URL

https://github.com/peteroupc/CBOR-Java
Source Code Management

Source Code Management

https://github.com/peteroupc/CBOR-Java

Download cbor

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.peteroupc : numbers jar 1.8.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
4.5.2
4.5.1
4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.3
4.1.1
4.1.0
4.0.1
4.0.0
4.0.0-beta2
4.0.0-beta1
4.0.0-alpha2
4.0.0-alpha1
3.6.0
3.5.2
3.5.1
3.5.0
3.4.0
3.4.0-beta1
3.4.0-alpha1
3.3.0
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.5
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0
0.23.0