License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.microprofile-ext.config-ext |
ArtifactId | ArtifactIdconfigsource-consul |
Version | Version2.0.0 |
Type | Typejar |
Description |
DescriptionMicroprofile Config Extensions :: Consul config source
A config that gets the values from an Consul server
|
Filename | Size |
---|---|
configsource-consul-2.0.0.pom | |
configsource-consul-2.0.0.jar | 11 KB |
configsource-consul-2.0.0-sources.jar | 5 KB |
configsource-consul-2.0.0-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-consul/ -->
<dependency>
<groupId>org.microprofile-ext.config-ext</groupId>
<artifactId>configsource-consul</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-consul/
implementation 'org.microprofile-ext.config-ext:configsource-consul:2.0.0'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/configsource-consul/
implementation ("org.microprofile-ext.config-ext:configsource-consul:2.0.0")
'org.microprofile-ext.config-ext:configsource-consul:jar:2.0.0'
<dependency org="org.microprofile-ext.config-ext" name="configsource-consul" rev="2.0.0">
<artifact name="configsource-consul" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='configsource-consul', version='2.0.0')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "configsource-consul" % "2.0.0"
[org.microprofile-ext.config-ext/configsource-consul "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ecwid.consul : consul-api | jar | 1.4.5 |
org.microprofile-ext.config-ext : configsource-base | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile : microprofile | pom | 4.0.1 |
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
org.mockito : mockito-core | jar | 3.6.0 |
org.mock-server : mockserver-junit-jupiter | jar | 5.11.2 |
org.jboss.weld : weld-core-impl | jar | 2.4.8.Final |
org.jboss.arquillian.container : arquillian-weld-embedded | jar | 2.0.1.Final |
org.jboss.arquillian.junit : arquillian-junit-container | jar | |
junit : junit | jar | 4.13.2 |
org.apache.geronimo.config : geronimo-config-impl | jar | 1.2.2 |
org.assertj : assertj-core | jar | 3.19.0 |