| License |
License |
|---|---|
| GroupId | GroupIdim.amomo.leveldb |
| ArtifactId | ArtifactIdleveldb |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionLeveldb-Android
Port leveldb to Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| leveldb-1.0.1.pom | |
| leveldb-1.0.1.jar | 4 KB |
| leveldb-1.0.1-sources.jar | 3 KB |
| leveldb-1.0.1-source.jar | 3 KB |
| leveldb-1.0.1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/im.amomo.leveldb/leveldb/ -->
<dependency>
<groupId>im.amomo.leveldb</groupId>
<artifactId>leveldb</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/im.amomo.leveldb/leveldb/
implementation 'im.amomo.leveldb:leveldb:1.0.1'
// https://jarcasting.com/artifacts/im.amomo.leveldb/leveldb/
implementation ("im.amomo.leveldb:leveldb:1.0.1")
'im.amomo.leveldb:leveldb:jar:1.0.1'
<dependency org="im.amomo.leveldb" name="leveldb" rev="1.0.1">
<artifact name="leveldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.amomo.leveldb', module='leveldb', version='1.0.1')
)
libraryDependencies += "im.amomo.leveldb" % "leveldb" % "1.0.1"
[im.amomo.leveldb/leveldb "1.0.1"]