| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.upokecenter |
| Идентификатор | Идентификаторcbor |
| Версия | Версия4.4.4 |
| Тип | Типjar |
| Описание |
ОписаниеCBOR (Concise Binary Object Representation)
A Java implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| cbor-4.4.4.pom | |
| cbor-4.4.4.jar | 217 KB |
| cbor-4.4.4-sources.jar | 174 KB |
| cbor-4.4.4-javadoc.jar | 570 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.upokecenter/cbor/ -->
<dependency>
<groupId>com.upokecenter</groupId>
<artifactId>cbor</artifactId>
<version>4.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.upokecenter/cbor/
implementation 'com.upokecenter:cbor:4.4.4'
// https://jarcasting.com/artifacts/com.upokecenter/cbor/
implementation ("com.upokecenter:cbor:4.4.4")
'com.upokecenter:cbor:jar:4.4.4'
<dependency org="com.upokecenter" name="cbor" rev="4.4.4">
<artifact name="cbor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upokecenter', module='cbor', version='4.4.4')
)
libraryDependencies += "com.upokecenter" % "cbor" % "4.4.4"
[com.upokecenter/cbor "4.4.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.peteroupc : numbers | jar | 1.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |