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