Last Version

DaedaFusion Cache Framework 1.1

A pluggable cache framework

License

License

GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

cache-parent
Version

Version

1.1
Type

Type

pom
Description

Description

DaedaFusion Cache Framework
A pluggable cache framework
Project URL

Project URL

http://daedafusion.com
Source Code Management

Source Code Management

https://github.com/daedafusion/service-framework.git

Download cache-parent 1.1

Filename Size
cache-parent-1.1.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.daedafusion/cache-parent/ -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>cache-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/cache-parent/
implementation 'com.daedafusion:cache-parent:1.1'
// https://jarcasting.com/artifacts/com.daedafusion/cache-parent/
implementation ("com.daedafusion:cache-parent:1.1")
'com.daedafusion:cache-parent:pom:1.1'
<dependency org="com.daedafusion" name="cache-parent" rev="1.1">
  <artifact name="cache-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='cache-parent', version='1.1')
)
libraryDependencies += "com.daedafusion" % "cache-parent" % "1.1"
[com.daedafusion/cache-parent "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.17

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • cache-core
  • cache-ehcache
  • cache-redis