GroupId | GroupIdio.github.pcmind |
---|---|
ArtifactId | ArtifactIdleveldb |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
leveldb-1.0.pom | |
leveldb-1.0.jar | 254 KB |
leveldb-1.0-uber.jar | 3 MB |
leveldb-1.0-tests.jar | 164 KB |
leveldb-1.0-test-sources.jar | 76 KB |
leveldb-1.0-sources.jar | 177 KB |
leveldb-1.0-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pcmind/leveldb/ -->
<dependency>
<groupId>io.github.pcmind</groupId>
<artifactId>leveldb</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb/
implementation 'io.github.pcmind:leveldb:1.0'
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb/
implementation ("io.github.pcmind:leveldb:1.0")
'io.github.pcmind:leveldb:jar:1.0'
<dependency org="io.github.pcmind" name="leveldb" rev="1.0">
<artifact name="leveldb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pcmind', module='leveldb', version='1.0')
)
libraryDependencies += "io.github.pcmind" % "leveldb" % "1.0"
[io.github.pcmind/leveldb "1.0"]