License |
License |
---|---|
GroupId | GroupIdcom.cetsoft |
ArtifactId | ArtifactIdimcache-examples |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
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-examples-0.3.0.pom | |
imcache-examples-0.3.0.jar | 19 KB |
imcache-examples-0.3.0-sources.jar | 12 KB |
imcache-examples-0.3.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache-examples/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>imcache-examples</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache-examples/
implementation 'com.cetsoft:imcache-examples:0.3.0'
// https://jarcasting.com/artifacts/com.cetsoft/imcache-examples/
implementation ("com.cetsoft:imcache-examples:0.3.0")
'com.cetsoft:imcache-examples:jar:0.3.0'
<dependency org="com.cetsoft" name="imcache-examples" rev="0.3.0">
<artifact name="imcache-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache-examples', version='0.3.0')
)
libraryDependencies += "com.cetsoft" % "imcache-examples" % "0.3.0"
[com.cetsoft/imcache-examples "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.cetsoft : imcache | jar | 0.3.0 |
com.cetsoft : imcache-spring | jar | 0.3.0 |
org.springframework : spring-core | jar | 5.1.9.RELEASE |
org.springframework : spring-beans | jar | 5.1.9.RELEASE |
org.springframework : spring-context | jar | 5.1.9.RELEASE |
org.springframework : spring-tx | jar | 5.1.9.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |