License |
License |
---|---|
GroupId | GroupIdio.github.pcmind |
ArtifactId | ArtifactIdleveldb-api |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptionleveldb-api
High level Java API for LevelDB
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
leveldb-api-1.2.pom | |
leveldb-api-1.2.jar | 10 KB |
leveldb-api-1.2-tests.jar | 4 KB |
leveldb-api-1.2-test-sources.jar | 3 KB |
leveldb-api-1.2-sources.jar | 18 KB |
leveldb-api-1.2-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pcmind/leveldb-api/ -->
<dependency>
<groupId>io.github.pcmind</groupId>
<artifactId>leveldb-api</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-api/
implementation 'io.github.pcmind:leveldb-api:1.2'
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-api/
implementation ("io.github.pcmind:leveldb-api:1.2")
'io.github.pcmind:leveldb-api:jar:1.2'
<dependency org="io.github.pcmind" name="leveldb-api" rev="1.2">
<artifact name="leveldb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pcmind', module='leveldb-api', version='1.2')
)
libraryDependencies += "io.github.pcmind" % "leveldb-api" % "1.2"
[io.github.pcmind/leveldb-api "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.10 |