is not current version
Last Version 1.2

io.github.pcmind:leveldb-project 1.0

Port of LevelDB to Java

GroupId

GroupId

io.github.pcmind
ArtifactId

ArtifactId

leveldb-project
Version

Version

1.0
Type

Type

pom

Download leveldb-project 1.0

Filename Size
leveldb-project-1.0.pom 3 KB
Browse

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