b

borer-core_3

CBOR and JSON (de)serialization in Scala
https://github.com/sirthias/borer/
MPLv2
io.bullet
Mathias Doenitz
文件下载
文件名 操作
borer-core_3-1.10.3.jar 下载
borer-core_3-1.10.3.pom 下载
borer-core_3-1.10.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.bullet</groupId>
  <artifactId>borer-core_3</artifactId>
  <version>1.10.3</version>
</dependency>
Gradle Groovy
implementation 'io.bullet:borer-core_3:1.10.3'
Gradle Kotlin
implementation("io.bullet:borer-core_3:1.10.3")
Scala SBT
libraryDependencies += "io.bullet" % "borer-core_3" % "1.10.3"
Groovy Grape
@Grapes(
  @Grab(group='io.bullet', module='borer-core_3', version='1.10.3')
)
Apache Ivy
<dependency org="io.bullet" name="borer-core_3" rev="1.10.3" />
Leiningen
[io.bullet/borer-core_3 "1.10.3"]
Apache Buildr
'io.bullet:borer-core_3:jar:1.10.3'