MVN

ru.trylogic.maven.plugins : redis-maven-plugin

Maven & Gradle

May 13, 2015
10 stars

Redis Maven Plugin in pure Java · Embedded pure Java redis server for Maven 3. Based on great https://github.com/spullara/redis-protocol

<plugin>
    <groupId>ru.trylogic.maven.plugins</groupId>
    <artifactId>redis-maven-plugin</artifactId>
    <version>1.4.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.trylogic.maven.plugins : redis-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.6

All Versions

Choose a version of ru.trylogic.maven.plugins : redis-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
redis-maven-plugin-1.4.6
redis-maven-plugin-1.4.5
1.2.x
redis-maven-plugin-1.2.3

How to add a plugin to Maven

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

<plugin>
    <groupId>ru.trylogic.maven.plugins</groupId>
    <artifactId>redis-maven-plugin</artifactId>
    <version>1.4.6</version>
</plugin>