is not current version
Last Version 2.6.9

com.maxifier.mxcache:mxcache 2.5.6

MxCache parent project. MxCache adds an annotation-driven caching facility to java projects.

GroupId

GroupId

com.maxifier.mxcache
ArtifactId

ArtifactId

mxcache
Version

Version

2.5.6
Type

Type

pom

Download mxcache 2.5.6

Filename Size
mxcache-2.5.6.pom 12 KB
Browse

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