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