| Categories |
CategoriesJedis Data Databases |
|---|---|
| GroupId | GroupIdcom.github.mwiede |
| ArtifactId | ArtifactIdjedis-mock |
| Last Version | Last Version0.3.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjedis-mock
In memory Redis mock for testing
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jedis-mock-0.3.3.pom | |
| jedis-mock-0.3.3.jar | 127 KB |
| jedis-mock-0.3.3-sources.jar | 62 KB |
| jedis-mock-0.3.3-javadoc.jar | 212 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mwiede/jedis-mock/ -->
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jedis-mock</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwiede/jedis-mock/
implementation 'com.github.mwiede:jedis-mock:0.3.3'
// https://jarcasting.com/artifacts/com.github.mwiede/jedis-mock/
implementation ("com.github.mwiede:jedis-mock:0.3.3")
'com.github.mwiede:jedis-mock:jar:0.3.3'
<dependency org="com.github.mwiede" name="jedis-mock" rev="0.3.3">
<artifact name="jedis-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwiede', module='jedis-mock', version='0.3.3')
)
libraryDependencies += "com.github.mwiede" % "jedis-mock" % "0.3.3"
[com.github.mwiede/jedis-mock "0.3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| org.slf4j : slf4j-api | jar | 1.7.20 |
| com.google.auto.value : auto-value-annotations | jar | 1.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| com.google.auto.value : auto-value | jar | 1.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
| redis.clients : jedis | jar | 3.3.0 |
| org.testcontainers : testcontainers | jar | 1.14.1 |
| org.testcontainers : junit-jupiter | jar | 1.14.1 |