p

protostuffdb

protostuff + leveldb(or ssdb with hyperleveldb)
http://gitlab.com/dyu/protostuffdb/
The Apache Software License, Version 2.0
David Yu
Files download
File Operation
protostuffdb-0.20.0.pom download
Apache Maven
<dependency>
  <groupId>com.dyuproject.protostuffdb</groupId>
  <artifactId>protostuffdb</artifactId>
  <version>0.20.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.dyuproject.protostuffdb:protostuffdb:0.20.0'
Gradle Kotlin
implementation("com.dyuproject.protostuffdb:protostuffdb:0.20.0")
Scala SBT
libraryDependencies += "com.dyuproject.protostuffdb" % "protostuffdb" % "0.20.0"
Groovy Grape
@Grapes(
  @Grab(group='com.dyuproject.protostuffdb', module='protostuffdb', version='0.20.0')
)
Apache Ivy
<dependency org="com.dyuproject.protostuffdb" name="protostuffdb" rev="0.20.0" />
Leiningen
[com.dyuproject.protostuffdb/protostuffdb "0.20.0"]
Apache Buildr
'com.dyuproject.protostuffdb:protostuffdb:jar:0.20.0'
Dependencies
The project has no third-party dependencies