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