Last Version

CBOR (Concise Binary Object Representation) 4.5.2

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
Version

Version

4.5.2
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 4.5.2


<!-- 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.