is not current version
Last Version 1.1.0

io.github.billywei01:fastkv-java 1.0.5

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

Categories

Categories

Java Languages
GroupId

GroupId

io.github.billywei01
ArtifactId

ArtifactId

fastkv-java
Version

Version

1.0.5
Type

Type

jar

Download fastkv-java 1.0.5


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