MVN

io.github.adven27 : env-redis

Maven & Gradle

May 02, 2023
5 stars

env-redis · Java library for a microservice environment emulation

<dependency>
    <groupId>io.github.adven27</groupId>
    <artifactId>env-redis</artifactId>
    <version>5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.adven27 : env-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1

All Versions

Choose a version of io.github.adven27 : env-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
env-redis-5.1.1
env-redis-5.1.0
5.0.x
env-redis-5.0.2
env-redis-5.0.1
env-redis-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.adven27</groupId>
    <artifactId>env-redis</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.adven27 : env-redis gradle dependency to your build.gradle file:

implementation 'io.github.adven27:env-redis:5.1.1'

Gradle Kotlin DSL: Add the following io.github.adven27 : env-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.adven27:env-redis:5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.adven27 : env-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.adven27" % "env-redis" % "5.1.1"