i

imcache-parent

Imcache is a Java Caching Library. It supports various kinds of caching models that have been applied so far. Imcache intends to speed up applications by providing a means to manage cached data. It offers solutions ranging from small applications to large scale applications.
http://github.com/Cetsoft/imcache
Apache License, Version 2.0
Cetsoft
Yusuf Aytas
文件下载
文件名 操作
imcache-parent-0.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.cetsoft</groupId>
  <artifactId>imcache-parent</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.cetsoft:imcache-parent:0.3.0'
Gradle Kotlin
implementation("com.cetsoft:imcache-parent:0.3.0")
Scala SBT
libraryDependencies += "com.cetsoft" % "imcache-parent" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cetsoft', module='imcache-parent', version='0.3.0')
)
Apache Ivy
<dependency org="com.cetsoft" name="imcache-parent" rev="0.3.0" />
Leiningen
[com.cetsoft/imcache-parent "0.3.0"]
Apache Buildr
'com.cetsoft:imcache-parent:jar:0.3.0'
本项目依赖
该项目无第三方依赖