не последняя версия
Последняя версия 4.5.2

com.upokecenter:cbor 4.3.0

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

Группа

Группа

com.upokecenter
Идентификатор

Идентификатор

cbor
Версия

Версия

4.3.0
Тип

Тип

jar

Скачать cbor 4.3.0

Имя Файла Размер
cbor-4.3.0.pom
cbor-4.3.0.jar 207 KB
cbor-4.3.0-sources.jar 164 KB
cbor-4.3.0-javadoc.jar 550 KB
Обзор

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