Files download
File Operation
kotlin-cacheable-kcp-0.0.5-beta.jar download
kotlin-cacheable-kcp-0.0.5-beta.pom download
kotlin-cacheable-kcp-0.0.5-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>host.bytedance</groupId>
  <artifactId>kotlin-cacheable-kcp</artifactId>
  <version>0.0.5-beta</version>
</dependency>
Gradle Groovy
implementation 'host.bytedance:kotlin-cacheable-kcp:0.0.5-beta'
Gradle Kotlin
implementation("host.bytedance:kotlin-cacheable-kcp:0.0.5-beta")
Scala SBT
libraryDependencies += "host.bytedance" % "kotlin-cacheable-kcp" % "0.0.5-beta"
Groovy Grape
@Grapes(
  @Grab(group='host.bytedance', module='kotlin-cacheable-kcp', version='0.0.5-beta')
)
Apache Ivy
<dependency org="host.bytedance" name="kotlin-cacheable-kcp" rev="0.0.5-beta" />
Leiningen
[host.bytedance/kotlin-cacheable-kcp "0.0.5-beta"]
Apache Buildr
'host.bytedance:kotlin-cacheable-kcp:jar:0.0.5-beta'