| License |
License |
|---|---|
| GroupId | GroupIdcom.cetsoft |
| ArtifactId | ArtifactIdimcache-memcache |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionImcache 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.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| imcache-memcache-0.2.0.pom | |
| imcache-memcache-0.2.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache-memcache/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-memcache</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache-memcache/
implementation 'com.cetsoft:imcache-memcache:0.2.0'
// https://jarcasting.com/artifacts/com.cetsoft/imcache-memcache/
implementation ("com.cetsoft:imcache-memcache:0.2.0")
'com.cetsoft:imcache-memcache:jar:0.2.0'
<dependency org="com.cetsoft" name="imcache-memcache" rev="0.2.0">
<artifact name="imcache-memcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache-memcache', version='0.2.0')
)
libraryDependencies += "com.cetsoft" % "imcache-memcache" % "0.2.0"
[com.cetsoft/imcache-memcache "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cetsoft : imcache-core | jar | 0.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.8.4 |