is not current version
Last Version 1.2

io.github.pcmind:leveldb-project 0.12

Port of LevelDB to Java

GroupId

GroupId

io.github.pcmind
ArtifactId

ArtifactId

leveldb-project
Version

Version

0.12
Type

Type

pom

Download leveldb-project 0.12

Filename Size
leveldb-project-0.12.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.pcmind/leveldb-project/ -->
<dependency>
    <groupId>io.github.pcmind</groupId>
    <artifactId>leveldb-project</artifactId>
    <version>0.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-project/
implementation 'io.github.pcmind:leveldb-project:0.12'
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-project/
implementation ("io.github.pcmind:leveldb-project:0.12")
'io.github.pcmind:leveldb-project:pom:0.12'
<dependency org="io.github.pcmind" name="leveldb-project" rev="0.12">
  <artifact name="leveldb-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pcmind', module='leveldb-project', version='0.12')
)
libraryDependencies += "io.github.pcmind" % "leveldb-project" % "0.12"
[io.github.pcmind/leveldb-project "0.12"]