GroupId | GroupIdio.github.pcmind |
---|---|
ArtifactId | ArtifactIdleveldb |
Version | Version0.12 |
Type | Typejar |
Filename | Size |
---|---|
leveldb-0.12.pom | |
leveldb-0.12.jar | 245 KB |
leveldb-0.12-uber.jar | 3 MB |
leveldb-0.12-tests.jar | 143 KB |
leveldb-0.12-test-sources.jar | 66 KB |
leveldb-0.12-sources.jar | 172 KB |
leveldb-0.12-javadoc.jar | 575 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pcmind/leveldb/ -->
<dependency>
<groupId>io.github.pcmind</groupId>
<artifactId>leveldb</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb/
implementation 'io.github.pcmind:leveldb:0.12'
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb/
implementation ("io.github.pcmind:leveldb:0.12")
'io.github.pcmind:leveldb:jar:0.12'
<dependency org="io.github.pcmind" name="leveldb" rev="0.12">
<artifact name="leveldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pcmind', module='leveldb', version='0.12')
)
libraryDependencies += "io.github.pcmind" % "leveldb" % "0.12"
[io.github.pcmind/leveldb "0.12"]