License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.codemonstur |
ArtifactId | ArtifactIdembedded-redis |
Last Version | Last Version0.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionembedded-redis
Redis embedded server for Java integration testing.
Project forked from https://github.com/ozimov/embedded-redis
Which was forked from https://github.com/kstyrc/embedded-redis
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
embedded-redis-0.11.0.pom | |
embedded-redis-0.11.0.jar | 5 MB |
embedded-redis-0.11.0-sources.jar | 5 MB |
embedded-redis-0.11.0-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/embedded-redis/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/embedded-redis/
implementation 'com.github.codemonstur:embedded-redis:0.11.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/embedded-redis/
implementation ("com.github.codemonstur:embedded-redis:0.11.0")
'com.github.codemonstur:embedded-redis:jar:0.11.0'
<dependency org="com.github.codemonstur" name="embedded-redis" rev="0.11.0">
<artifact name="embedded-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='embedded-redis', version='0.11.0')
)
libraryDependencies += "com.github.codemonstur" % "embedded-redis" % "0.11.0"
[com.github.codemonstur/embedded-redis "0.11.0"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.8.2 |
org.springframework.data : spring-data-redis | jar | 1.8.0.RELEASE |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.11.2 |