MVN

com.google.code.simple-spring-memcached : jmemcached-maven-plugin

Maven & Gradle

Jun 28, 2019
187 stars

jmemcached-maven-plugin · Maven plugin to run embedded memcached (jmemcached) in integration tests

<plugin>
    <groupId>com.google.code.simple-spring-memcached</groupId>
    <artifactId>jmemcached-maven-plugin</artifactId>
    <version>4.1.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.simple-spring-memcached : jmemcached-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.1.3

All Versions

Choose a version of com.google.code.simple-spring-memcached : jmemcached-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.1.x
jmemcached-maven-plugin-4.1.3
jmemcached-maven-plugin-4.1.2
jmemcached-maven-plugin-4.1.1
jmemcached-maven-plugin-4.1.0
4.0.x
jmemcached-maven-plugin-4.0.0
3.6.x
jmemcached-maven-plugin-3.6.1
jmemcached-maven-plugin-3.6.0
3.5.x
jmemcached-maven-plugin-3.5.0
3.4.x
jmemcached-maven-plugin-3.4.0
3.3.x
jmemcached-maven-plugin-3.3.0
3.2.x
jmemcached-maven-plugin-3.2.1
jmemcached-maven-plugin-3.2.0
3.1.x
jmemcached-maven-plugin-3.1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.google.code.simple-spring-memcached</groupId>
    <artifactId>jmemcached-maven-plugin</artifactId>
    <version>4.1.3</version>
</plugin>