Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdai.grakn |
ArtifactId | ArtifactIdredis-mock |
Last Version | Last Version0.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-mock
In memory Redis mock for testing
|
Filename | Size |
---|---|
redis-mock-0.1.6.pom | |
redis-mock-0.1.6.jar | 74 KB |
redis-mock-0.1.6-sources.jar | 36 KB |
redis-mock-0.1.6-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.grakn/redis-mock/ -->
<dependency>
<groupId>ai.grakn</groupId>
<artifactId>redis-mock</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/ai.grakn/redis-mock/
implementation 'ai.grakn:redis-mock:0.1.6'
// https://jarcasting.com/artifacts/ai.grakn/redis-mock/
implementation ("ai.grakn:redis-mock:0.1.6")
'ai.grakn:redis-mock:jar:0.1.6'
<dependency org="ai.grakn" name="redis-mock" rev="0.1.6">
<artifact name="redis-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.grakn', module='redis-mock', version='0.1.6')
)
libraryDependencies += "ai.grakn" % "redis-mock" % "0.1.6"
[ai.grakn/redis-mock "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
com.github.kstyrc : embedded-redis | jar | 0.6 |
org.slf4j : slf4j-api | jar | 1.7.20 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
redis.clients : jedis | jar | 2.9.0 |