is not current version
Last Version 1.1

com.daedafusion:cache-parent 1.0

A pluggable cache framework

GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

cache-parent
Version

Version

1.0
Type

Type

pom

Download cache-parent 1.0

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

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