k

kotlin-cacheable-runtime

Cache everything operations in Kotlin
https://github.com/zsqw123/kotlin-cacheable
The Apache License, Version 2.0
zsub
Files download
File Operation
kotlin-cacheable-runtime-0.0.5-beta.jar download
kotlin-cacheable-runtime-0.0.5-beta.pom download
kotlin-cacheable-runtime-0.0.5-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>host.bytedance</groupId>
  <artifactId>kotlin-cacheable-runtime</artifactId>
  <version>0.0.5-beta</version>
</dependency>
Gradle Groovy
implementation 'host.bytedance:kotlin-cacheable-runtime:0.0.5-beta'
Gradle Kotlin
implementation("host.bytedance:kotlin-cacheable-runtime:0.0.5-beta")
Scala SBT
libraryDependencies += "host.bytedance" % "kotlin-cacheable-runtime" % "0.0.5-beta"
Groovy Grape
@Grapes(
  @Grab(group='host.bytedance', module='kotlin-cacheable-runtime', version='0.0.5-beta')
)
Apache Ivy
<dependency org="host.bytedance" name="kotlin-cacheable-runtime" rev="0.0.5-beta" />
Leiningen
[host.bytedance/kotlin-cacheable-runtime "0.0.5-beta"]
Apache Buildr
'host.bytedance:kotlin-cacheable-runtime:jar:0.0.5-beta'