k

ktor-simple-cache

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