License |
License |
---|---|
GroupId | GroupIdcom.upokecenter |
ArtifactId | ArtifactIdcbor |
Version | Version4.5.1 |
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.1.pom | |
cbor-4.5.1.jar | 221 KB |
cbor-4.5.1-sources.jar | 176 KB |
cbor-4.5.1-javadoc.jar | 564 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.upokecenter/cbor/ -->
<dependency>
<groupId>com.upokecenter</groupId>
<artifactId>cbor</artifactId>
<version>4.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.upokecenter/cbor/
implementation 'com.upokecenter:cbor:4.5.1'
// https://jarcasting.com/artifacts/com.upokecenter/cbor/
implementation ("com.upokecenter:cbor:4.5.1")
'com.upokecenter:cbor:jar:4.5.1'
<dependency org="com.upokecenter" name="cbor" rev="4.5.1">
<artifact name="cbor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upokecenter', module='cbor', version='4.5.1')
)
libraryDependencies += "com.upokecenter" % "cbor" % "4.5.1"
[com.upokecenter/cbor "4.5.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.peteroupc : numbers | jar | 1.8.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |