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