License |
License |
---|---|
Categories |
CategoriesConfiguration Application Layer Libs config |
GroupId | GroupIdme.escoffier.vertx |
ArtifactId | ArtifactIdvertx-configuration |
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/ -->
<dependency>
<groupId>me.escoffier.vertx</groupId>
<artifactId>vertx-configuration</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.escoffier.vertx/vertx-configuration/
implementation 'me.escoffier.vertx:vertx-configuration:0.1.0'
// https://jarcasting.com/artifacts/me.escoffier.vertx/vertx-configuration/
implementation ("me.escoffier.vertx:vertx-configuration:0.1.0")
'me.escoffier.vertx:vertx-configuration:jar:0.1.0'
<dependency org="me.escoffier.vertx" name="vertx-configuration" rev="0.1.0">
<artifact name="vertx-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.escoffier.vertx', module='vertx-configuration', version='0.1.0')
)
libraryDependencies += "me.escoffier.vertx" % "vertx-configuration" % "0.1.0"
[me.escoffier.vertx/vertx-configuration "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |
---|---|---|
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 |