| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices Redis Data Databases |
| GroupId | GroupIdcom.bendb.dropwizard |
| ArtifactId | ArtifactIddropwizard-redis |
| Version | Version2.0.2-0 |
| Type | Typejar |
| Description |
Descriptiondropwizard-redis
Addon bundle for Dropwizard to support use of Redis
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dropwizard-redis-2.0.2-0.pom | |
| dropwizard-redis-2.0.2-0.jar | 7 KB |
| dropwizard-redis-2.0.2-0-sources.jar | 5 KB |
| dropwizard-redis-2.0.2-0-javadoc.jar | 414 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/ -->
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>dropwizard-redis</artifactId>
<version>2.0.2-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/
implementation 'com.bendb.dropwizard:dropwizard-redis:2.0.2-0'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/
implementation ("com.bendb.dropwizard:dropwizard-redis:2.0.2-0")
'com.bendb.dropwizard:dropwizard-redis:jar:2.0.2-0'
<dependency org="com.bendb.dropwizard" name="dropwizard-redis" rev="2.0.2-0">
<artifact name="dropwizard-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='dropwizard-redis', version='2.0.2-0')
)
libraryDependencies += "com.bendb.dropwizard" % "dropwizard-redis" % "2.0.2-0"
[com.bendb.dropwizard/dropwizard-redis "2.0.2-0"]
| Group / Artifact | Type | Version |
|---|---|---|
| redis.clients : jedis | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 2.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |
| com.google.truth : truth | jar | 0.46 |