License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.groupon.vertx |
ArtifactId | ArtifactIdvertx-redis |
Version | Version3.1.1 |
Type | Typejar |
Description |
DescriptionVertx Redis Library
Library for accessing Redis from Vert.x applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-redis-3.1.1.pom | |
vertx-redis-3.1.1.zip | 3 MB |
vertx-redis-3.1.1-sources.jar | 39 KB |
vertx-redis-3.1.1-javadoc.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.groupon.vertx/vertx-redis/ -->
<dependency>
<groupId>com.groupon.vertx</groupId>
<artifactId>vertx-redis</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.groupon.vertx/vertx-redis/
implementation 'com.groupon.vertx:vertx-redis:3.1.1'
// https://jarcasting.com/artifacts/com.groupon.vertx/vertx-redis/
implementation ("com.groupon.vertx:vertx-redis:3.1.1")
'com.groupon.vertx:vertx-redis:jar:3.1.1'
<dependency org="com.groupon.vertx" name="vertx-redis" rev="3.1.1">
<artifact name="vertx-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.groupon.vertx', module='vertx-redis', version='3.1.1')
)
libraryDependencies += "com.groupon.vertx" % "vertx-redis" % "3.1.1"
[com.groupon.vertx/vertx-redis "3.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.1 |
io.netty : netty-buffer | jar | 4.1.15.Final |
io.netty : netty-codec-http | jar | 4.1.15.Final |
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 3.5.4 |
com.groupon.vertx : vertx-utils | jar | 3.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.mockito : mockito-core | jar | 3.2.4 |
org.hamcrest : hamcrest-core | jar | 1.3 |