k

kstore-js

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and okio
https://xxfast.github.io/KStore/
Apache-2.0
Isuru Rajapakse
文件下载
文件名 操作
kstore-js-0.6.0.pom 下载
kstore-js-0.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.xxfast</groupId>
  <artifactId>kstore-js</artifactId>
  <version>0.6.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.xxfast:kstore-js:0.6.0'
Gradle Kotlin
implementation("io.github.xxfast:kstore-js:0.6.0")
Scala SBT
libraryDependencies += "io.github.xxfast" % "kstore-js" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.xxfast', module='kstore-js', version='0.6.0')
)
Apache Ivy
<dependency org="io.github.xxfast" name="kstore-js" rev="0.6.0" />
Leiningen
[io.github.xxfast/kstore-js "0.6.0"]
Apache Buildr
'io.github.xxfast:kstore-js:jar:0.6.0'