k

ktor-simple-cache-linuxx64

Base realization of simple output cache for Ktor server
https://github.com/Scogun/ktor-simple-cache
The Apache License, Version 2.0
Sergey Antonov
文件下载
文件名 操作
ktor-simple-cache-linuxx64-0.2.8.pom 下载
ktor-simple-cache-linuxx64-0.2.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ucasoft.ktor</groupId>
  <artifactId>ktor-simple-cache-linuxx64</artifactId>
  <version>0.2.8</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.ucasoft.ktor:ktor-simple-cache-linuxx64:0.2.8'
Gradle Kotlin
implementation("com.ucasoft.ktor:ktor-simple-cache-linuxx64:0.2.8")
Scala SBT
libraryDependencies += "com.ucasoft.ktor" % "ktor-simple-cache-linuxx64" % "0.2.8"
Groovy Grape
@Grapes(
  @Grab(group='com.ucasoft.ktor', module='ktor-simple-cache-linuxx64', version='0.2.8')
)
Apache Ivy
<dependency org="com.ucasoft.ktor" name="ktor-simple-cache-linuxx64" rev="0.2.8" />
Leiningen
[com.ucasoft.ktor/ktor-simple-cache-linuxx64 "0.2.8"]
Apache Buildr
'com.ucasoft.ktor:ktor-simple-cache-linuxx64:jar:0.2.8'