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