c

com.google.iot.cbor

>A Java API for decoding, manipulating, and encoding CBOR data items.
https://github.com/AndrewWestberg/cbortree
Apache 2.0
Andrew Westberg
Files download
File Operation
com.google.iot.cbor-0.2.2-NEWM.jar download
com.google.iot.cbor-0.2.2-NEWM.pom download
com.google.iot.cbor-0.2.2-NEWM-sources.jar download
Apache Maven
<dependency>
  <groupId>io.newm</groupId>
  <artifactId>com.google.iot.cbor</artifactId>
  <version>0.2.2-NEWM</version>
</dependency>
Gradle Groovy
implementation 'io.newm:com.google.iot.cbor:0.2.2-NEWM'
Gradle Kotlin
implementation("io.newm:com.google.iot.cbor:0.2.2-NEWM")
Scala SBT
libraryDependencies += "io.newm" % "com.google.iot.cbor" % "0.2.2-NEWM"
Groovy Grape
@Grapes(
  @Grab(group='io.newm', module='com.google.iot.cbor', version='0.2.2-NEWM')
)
Apache Ivy
<dependency org="io.newm" name="com.google.iot.cbor" rev="0.2.2-NEWM" />
Leiningen
[io.newm/com.google.iot.cbor "0.2.2-NEWM"]
Apache Buildr
'io.newm:com.google.iot.cbor:jar:0.2.2-NEWM'