License |
License |
---|---|
GroupId | GroupIdcom.upokecenter |
ArtifactId | ArtifactIdcbor |
Last Version | Last Version4.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCBOR (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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cbor-4.5.2.pom | |
cbor-4.5.2.jar | 193 KB |
cbor-4.5.2-sources.jar | 152 KB |
cbor-4.5.2-javadoc.jar | 550 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.peteroupc : numbers | jar | 1.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |