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