| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases Configuration Application Layer Libs config |
| GroupId | GroupIdme.escoffier.vertx |
| ArtifactId | ArtifactIdvertx-configuration-redis-store |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA configuration support for Vert.x applications
|
| Project Organization |
Project Organizationescoffier.me |
<!-- https://jarcasting.com/artifacts/me.escoffier.vertx/vertx-configuration-redis-store/ -->
<dependency>
<groupId>me.escoffier.vertx</groupId>
<artifactId>vertx-configuration-redis-store</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.escoffier.vertx/vertx-configuration-redis-store/
implementation 'me.escoffier.vertx:vertx-configuration-redis-store:0.1.0'
// https://jarcasting.com/artifacts/me.escoffier.vertx/vertx-configuration-redis-store/
implementation ("me.escoffier.vertx:vertx-configuration-redis-store:0.1.0")
'me.escoffier.vertx:vertx-configuration-redis-store:jar:0.1.0'
<dependency org="me.escoffier.vertx" name="vertx-configuration-redis-store" rev="0.1.0">
<artifact name="vertx-configuration-redis-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.escoffier.vertx', module='vertx-configuration-redis-store', version='0.1.0')
)
libraryDependencies += "me.escoffier.vertx" % "vertx-configuration-redis-store" % "0.1.0"
[me.escoffier.vertx/vertx-configuration-redis-store "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-redis-client | jar | |
| me.escoffier.vertx : vertx-configuration | jar | 0.1.0 |
| io.vertx : vertx-core | jar | |
| io.vertx : vertx-codegen Optional | jar | |
| io.vertx : vertx-docgen Optional | jar | |
| io.vertx : vertx-codetrans Optional | jar | |
| io.vertx : vertx-lang-groovy Optional | jar | |
| io.vertx : vertx-lang-ruby Optional | jar | |
| io.vertx : vertx-lang-js Optional | jar | |
| io.vertx : vertx-rx-java Optional | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.kstyrc : embedded-redis | jar | 0.6 |
| io.vertx : vertx-unit | jar | |
| org.assertj : assertj-core | jar | 3.4.1 |
| junit : junit | jar | 4.12 |
| com.jayway.awaitility : awaitility | jar | 1.7.0 |