Categories |
CategoriesDropWizard Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIddropwizard-redis |
Version | Version0.7.1-4 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-redis-0.7.1-4.pom | |
dropwizard-redis-0.7.1-4.jar | 12 KB |
dropwizard-redis-0.7.1-4-sources.jar | 6 KB |
dropwizard-redis-0.7.1-4-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/ -->
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>dropwizard-redis</artifactId>
<version>0.7.1-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/
implementation 'com.bendb.dropwizard:dropwizard-redis:0.7.1-4'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/
implementation ("com.bendb.dropwizard:dropwizard-redis:0.7.1-4")
'com.bendb.dropwizard:dropwizard-redis:jar:0.7.1-4'
<dependency org="com.bendb.dropwizard" name="dropwizard-redis" rev="0.7.1-4">
<artifact name="dropwizard-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='dropwizard-redis', version='0.7.1-4')
)
libraryDependencies += "com.bendb.dropwizard" % "dropwizard-redis" % "0.7.1-4"
[com.bendb.dropwizard/dropwizard-redis "0.7.1-4"]