Last Version

CBOR for Java 0.9

Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

co.nstant.in
ArtifactId

ArtifactId

cbor
Version

Version

0.9
Type

Type

jar
Description

Description

CBOR for Java
Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)
Project URL

Project URL

https://github.com/c-rack/cbor-java
Source Code Management

Source Code Management

https://github.com/c-rack/cbor-java

Download cbor 0.9


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.