t

testcontainers-redis-enterprise

"Testcontainers Redis Enterprise"
https://github.com/redis-developer/testcontainers-redis-build
Apache-2.0
Andres Almiray Julien Ruaux
Files download
File Operation
testcontainers-redis-enterprise-2.2.2.jar download
testcontainers-redis-enterprise-2.2.2.pom download
testcontainers-redis-enterprise-2.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redis</groupId>
  <artifactId>testcontainers-redis-enterprise</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.redis:testcontainers-redis-enterprise:2.2.2'
Gradle Kotlin
implementation("com.redis:testcontainers-redis-enterprise:2.2.2")
Scala SBT
libraryDependencies += "com.redis" % "testcontainers-redis-enterprise" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.redis', module='testcontainers-redis-enterprise', version='2.2.2')
)
Apache Ivy
<dependency org="com.redis" name="testcontainers-redis-enterprise" rev="2.2.2" />
Leiningen
[com.redis/testcontainers-redis-enterprise "2.2.2"]
Apache Buildr
'com.redis:testcontainers-redis-enterprise:jar:2.2.2'