s

slumberdb-core

Files download
File Operation
slumberdb-core-0.5.jar download
slumberdb-core-0.5.pom download
slumberdb-core-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.fastjson</groupId>
  <artifactId>slumberdb-core</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'io.fastjson:slumberdb-core:0.5'
Gradle Kotlin
implementation("io.fastjson:slumberdb-core:0.5")
Scala SBT
libraryDependencies += "io.fastjson" % "slumberdb-core" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.fastjson', module='slumberdb-core', version='0.5')
)
Apache Ivy
<dependency org="io.fastjson" name="slumberdb-core" rev="0.5" />
Leiningen
[io.fastjson/slumberdb-core "0.5"]
Apache Buildr
'io.fastjson:slumberdb-core:jar:0.5'