s

slumberdb-bundle

Key/Value Store for JSON for Boon
文件下载
文件名 操作
slumberdb-bundle-0.30.pom 下载
Apache Maven
<dependency>
  <groupId>io.fastjson</groupId>
  <artifactId>slumberdb-bundle</artifactId>
  <version>0.30</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.fastjson:slumberdb-bundle:0.30'
Gradle Kotlin
implementation("io.fastjson:slumberdb-bundle:0.30")
Scala SBT
libraryDependencies += "io.fastjson" % "slumberdb-bundle" % "0.30"
Groovy Grape
@Grapes(
  @Grab(group='io.fastjson', module='slumberdb-bundle', version='0.30')
)
Apache Ivy
<dependency org="io.fastjson" name="slumberdb-bundle" rev="0.30" />
Leiningen
[io.fastjson/slumberdb-bundle "0.30"]
Apache Buildr
'io.fastjson:slumberdb-bundle:jar:0.30'