MVN

com.github.microwww : redis-server

Maven & Gradle

Jan 05, 2023
4 usages
39 stars

redis-mock · A java redis server, mock redis for test

<dependency>
    <groupId>com.github.microwww</groupId>
    <artifactId>redis-server</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.microwww : redis-server to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of com.github.microwww : redis-server to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
redis-server-0.3.1
redis-server-0.3.0
0.2.x
redis-server-0.2.3
redis-server-0.2.2
redis-server-0.2.1
redis-server-0.2.0
0.1.x
redis-server-0.1.0-3.0
0.0.x
redis-server-0.0.2-2.8
redis-server-0.0.1-2.8

How to add a dependency to Maven

Add the following com.github.microwww : redis-server maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.microwww</groupId>
    <artifactId>redis-server</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.microwww : redis-server gradle dependency to your build.gradle file:

implementation 'com.github.microwww:redis-server:0.3.1'

Gradle Kotlin DSL: Add the following com.github.microwww : redis-server gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.microwww:redis-server:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.microwww : redis-server sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.microwww" % "redis-server" % "0.3.1"

Advertisement