mock-jedis

Mock Jedis is a library for mocking out Jedis clients

License

License

MIT
Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.fiftyonred
ArtifactId

ArtifactId

mock-jedis
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

mock-jedis
Mock Jedis is a library for mocking out Jedis clients
Project URL

Project URL

https://github.com/50onRed/mock-jedis

Download mock-jedis

How to add to project

<!-- https://jarcasting.com/artifacts/com.fiftyonred/mock-jedis/ -->
<dependency>
    <groupId>com.fiftyonred</groupId>
    <artifactId>mock-jedis</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fiftyonred/mock-jedis/
implementation 'com.fiftyonred:mock-jedis:0.4.0'
// https://jarcasting.com/artifacts/com.fiftyonred/mock-jedis/
implementation ("com.fiftyonred:mock-jedis:0.4.0")
'com.fiftyonred:mock-jedis:jar:0.4.0'
<dependency org="com.fiftyonred" name="mock-jedis" rev="0.4.0">
  <artifact name="mock-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fiftyonred', module='mock-jedis', version='0.4.0')
)
libraryDependencies += "com.fiftyonred" % "mock-jedis" % "0.4.0"
[com.fiftyonred/mock-jedis "0.4.0"]

Dependencies

compile (1)

Group / Artifact Type Version
redis.clients : jedis jar 2.6.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.
com.fiftyonred

50onRed

Versions

Version
0.4.0
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.2