MVN

com.avides.springboot.testcontainer : springboot-testcontainer-redis

Maven & Gradle

Nov 29, 2019
2 stars

springboot-testcontainer-redis · Redis test-container

<dependency>
    <groupId>com.avides.springboot.testcontainer</groupId>
    <artifactId>springboot-testcontainer-redis</artifactId>
    <version>1.0.0-RC2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avides.springboot.testcontainer : springboot-testcontainer-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-RC2
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of com.avides.springboot.testcontainer : springboot-testcontainer-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
springboot-testcontainer-redis-1.0.0-RC2
springboot-testcontainer-redis-1.0.0-RC1
0.1.x
springboot-testcontainer-redis-0.1.0-RC9
springboot-testcontainer-redis-0.1.0-RC8
springboot-testcontainer-redis-0.1.0-RC7
springboot-testcontainer-redis-0.1.0-RC6
springboot-testcontainer-redis-0.1.0-RC5
springboot-testcontainer-redis-0.1.0-RC4
springboot-testcontainer-redis-0.1.0-RC3
springboot-testcontainer-redis-0.1.0-RC2
springboot-testcontainer-redis-0.1.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avides.springboot.testcontainer</groupId>
    <artifactId>springboot-testcontainer-redis</artifactId>
    <version>1.0.0-RC2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avides.springboot.testcontainer : springboot-testcontainer-redis gradle dependency to your build.gradle file:

implementation 'com.avides.springboot.testcontainer:springboot-testcontainer-redis:1.0.0-RC2'

Gradle Kotlin DSL: Add the following com.avides.springboot.testcontainer : springboot-testcontainer-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avides.springboot.testcontainer:springboot-testcontainer-redis:1.0.0-RC2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avides.springboot.testcontainer : springboot-testcontainer-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avides.springboot.testcontainer" % "springboot-testcontainer-redis" % "1.0.0-RC2"