f

file-kache-okio-watchosarm32

Kotlin Multiplatform implementation of a persistent cache that exposes Okio-based API in addition to string-based and Java's File-based APIs.
https://github.com/MayakaApps/Kache
MIT License
MayakaApps
Files download
File Operation
file-kache-okio-watchosarm32-2.0.0-rc02.pom download
file-kache-okio-watchosarm32-2.0.0-rc02-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mayakapps.kache</groupId>
  <artifactId>file-kache-okio-watchosarm32</artifactId>
  <version>2.0.0-rc02</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.mayakapps.kache:file-kache-okio-watchosarm32:2.0.0-rc02'
Gradle Kotlin
implementation("com.mayakapps.kache:file-kache-okio-watchosarm32:2.0.0-rc02")
Scala SBT
libraryDependencies += "com.mayakapps.kache" % "file-kache-okio-watchosarm32" % "2.0.0-rc02"
Groovy Grape
@Grapes(
  @Grab(group='com.mayakapps.kache', module='file-kache-okio-watchosarm32', version='2.0.0-rc02')
)
Apache Ivy
<dependency org="com.mayakapps.kache" name="file-kache-okio-watchosarm32" rev="2.0.0-rc02" />
Leiningen
[com.mayakapps.kache/file-kache-okio-watchosarm32 "2.0.0-rc02"]
Apache Buildr
'com.mayakapps.kache:file-kache-okio-watchosarm32:jar:2.0.0-rc02'