MVN

com.maxifier.mxcache : mxcache

Maven & Gradle

Oct 14, 2019
2 stars

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

<dependency>
    <groupId>com.maxifier.mxcache</groupId>
    <artifactId>mxcache</artifactId>
    <version>2.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.maxifier.mxcache : mxcache to add to Maven - Latest Versions:

  • Latest Stable: 2.6.9

All Versions

Choose a version of com.maxifier.mxcache : mxcache to add to Maven - All Versions:

Version Vulnerabilities Updated
2.6.x
mxcache-2.6.9
mxcache-2.6.8
mxcache-2.6.6
mxcache-2.6.5
mxcache-2.6.4
mxcache-2.6.3
mxcache-2.6.2
mxcache-2.6.1
mxcache-2.6.0
2.5.x
mxcache-2.5.12
mxcache-2.5.11
mxcache-2.5.10
mxcache-2.5.9
mxcache-2.5.8
mxcache-2.5.7-fix
mxcache-2.5.7
mxcache-2.5.6
mxcache-2.5.5
mxcache-2.5.4
mxcache-2.5.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.maxifier.mxcache</groupId>
    <artifactId>mxcache</artifactId>
    <version>2.6.9</version>
</dependency>

Advertisement