<dependency> <groupId>io.github.pcmind</groupId> <artifactId>leveldb-benchmark</artifactId> <version>0.11</version> </dependency>
implementation 'io.github.pcmind:leveldb-benchmark:0.11'
implementation("io.github.pcmind:leveldb-benchmark:0.11")
libraryDependencies += "io.github.pcmind" % "leveldb-benchmark" % "0.11"
@Grapes( @Grab(group='io.github.pcmind', module='leveldb-benchmark', version='0.11') )
<dependency org="io.github.pcmind" name="leveldb-benchmark" rev="0.11" />
[io.github.pcmind/leveldb-benchmark "0.11"]
'io.github.pcmind:leveldb-benchmark:jar:0.11'
<parent> <groupId>io.github.pcmind</groupId> <artifactId>leveldb-project</artifactId> <version>0.11</version> </parent>
compile
|-- io.github.pcmind:leveldb-api
|-- io.github.pcmind:leveldb
|-- com.google.guava:guava
test
|-- junit:junit:4.11