is not current version
Last Version 1.1.2

io.github.billywei01:fastkv 1.0.3

FastKV is an efficient and reliable key-value storage component.

GroupId

GroupId

io.github.billywei01
ArtifactId

ArtifactId

fastkv
Version

Version

1.0.3
Type

Type

jar

Download fastkv 1.0.3


<!-- https://jarcasting.com/artifacts/io.github.billywei01/fastkv/ -->
<dependency>
    <groupId>io.github.billywei01</groupId>
    <artifactId>fastkv</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.billywei01/fastkv/
implementation 'io.github.billywei01:fastkv:1.0.3'
// https://jarcasting.com/artifacts/io.github.billywei01/fastkv/
implementation ("io.github.billywei01:fastkv:1.0.3")
'io.github.billywei01:fastkv:jar:1.0.3'
<dependency org="io.github.billywei01" name="fastkv" rev="1.0.3">
  <artifact name="fastkv" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.billywei01', module='fastkv', version='1.0.3')
)
libraryDependencies += "io.github.billywei01" % "fastkv" % "1.0.3"
[io.github.billywei01/fastkv "1.0.3"]