License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.zxl0714 |
ArtifactId | ArtifactIdredis-mock |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-mock
A simple redis java mock for unit testing.
|
Project URL |
Project URL |
Filename | Size |
---|---|
redis-mock-0.1.pom | |
redis-mock-0.1.jar | 25 KB |
redis-mock-0.1-sources.jar | 12 KB |
redis-mock-0.1-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zxl0714/redis-mock/ -->
<dependency>
<groupId>com.github.zxl0714</groupId>
<artifactId>redis-mock</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zxl0714/redis-mock/
implementation 'com.github.zxl0714:redis-mock:0.1'
// https://jarcasting.com/artifacts/com.github.zxl0714/redis-mock/
implementation ("com.github.zxl0714:redis-mock:0.1")
'com.github.zxl0714:redis-mock:jar:0.1'
<dependency org="com.github.zxl0714" name="redis-mock" rev="0.1">
<artifact name="redis-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zxl0714', module='redis-mock', version='0.1')
)
libraryDependencies += "com.github.zxl0714" % "redis-mock" % "0.1"
[com.github.zxl0714/redis-mock "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
redis.clients : jedis | jar | 2.6.3 |