Categories |
CategoriesDropWizard Container Microservices Redis Data Databases |
---|---|
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIddropwizard-redis |
Version | Version1.2.0-0 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-redis-1.2.0-0.pom | |
dropwizard-redis-1.2.0-0.jar | 9 KB |
dropwizard-redis-1.2.0-0-sources.jar | 5 KB |
dropwizard-redis-1.2.0-0-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>1.2.0-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/
implementation 'com.bendb.dropwizard:dropwizard-redis:1.2.0-0'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-redis/
implementation ("com.bendb.dropwizard:dropwizard-redis:1.2.0-0")
'com.bendb.dropwizard:dropwizard-redis:jar:1.2.0-0'
<dependency org="com.bendb.dropwizard" name="dropwizard-redis" rev="1.2.0-0">
<artifact name="dropwizard-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='dropwizard-redis', version='1.2.0-0')
)
libraryDependencies += "com.bendb.dropwizard" % "dropwizard-redis" % "1.2.0-0"
[com.bendb.dropwizard/dropwizard-redis "1.2.0-0"]