s

slumberdb-core

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