License |
License |
---|---|
GroupId | GroupIdio.github.billywei01 |
ArtifactId | ArtifactIdfastkv |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastkv
FastKV is an efficient and reliable key-value storage library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastkv-1.1.2.pom | |
fastkv-1.1.2.jar | 38 KB |
fastkv-1.1.2-sources.jar | 17 KB |
fastkv-1.1.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.billywei01/fastkv/ -->
<dependency>
<groupId>io.github.billywei01</groupId>
<artifactId>fastkv</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.billywei01/fastkv/
implementation 'io.github.billywei01:fastkv:1.1.2'
// https://jarcasting.com/artifacts/io.github.billywei01/fastkv/
implementation ("io.github.billywei01:fastkv:1.1.2")
'io.github.billywei01:fastkv:jar:1.1.2'
<dependency org="io.github.billywei01" name="fastkv" rev="1.1.2">
<artifact name="fastkv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.billywei01', module='fastkv', version='1.1.2')
)
libraryDependencies += "io.github.billywei01" % "fastkv" % "1.1.2"
[io.github.billywei01/fastkv "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.3.0 |