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