MVN

co.nstant.in : cbor

Maven & Gradle

Apr 04, 2020
39 usages
99 stars

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

<dependency>
    <groupId>co.nstant.in</groupId>
    <artifactId>cbor</artifactId>
    <version>0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.nstant.in : cbor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9

All Versions

Choose a version of co.nstant.in : cbor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
cbor-0.9
0.8
cbor-0.8
0.7
cbor-0.7
0.5
cbor-0.5
0.4.x
cbor-0.4.1
0.4
cbor-0.4
0.3
cbor-0.3

How to add a dependency to Maven

Add the following co.nstant.in : cbor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.nstant.in</groupId>
    <artifactId>cbor</artifactId>
    <version>0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.nstant.in : cbor gradle dependency to your build.gradle file:

implementation 'co.nstant.in:cbor:0.9'

Gradle Kotlin DSL: Add the following co.nstant.in : cbor gradle kotlin dependency to your build.gradle.kts file:

implementation("co.nstant.in:cbor:0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.nstant.in : cbor sbt scala dependency to your build.sbt file:

libraryDependencies += "co.nstant.in" % "cbor" % "0.9"

Advertisement

Dependencies from Group

Apr 04, 2020
39 usages
99 stars

Discover Dependencies

Sep 24, 2016
5 usages
303 stars
Oct 08, 2019
17 usages
1 stars
Dec 10, 2019
4 usages
2 stars
May 02, 2023
20 usages
259 stars
Jan 17, 2023
8 usages
23 stars
May 13, 2023
7 usages
375 stars
Mar 28, 2017
9 usages
9 stars
Aug 08, 2022
6 usages
169 stars
Dec 21, 2021
65 usages
478 stars