is not current version
Last Version 4.5.2

com.upokecenter:cbor 4.0.1

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

GroupId

GroupId

com.upokecenter
ArtifactId

ArtifactId

cbor
Version

Version

4.0.1
Type

Type

jar

Download cbor 4.0.1


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