Last Version

Microprofile Config Extensions :: Example 2.0.0

A basic Example of these extensions

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.microprofile-ext.config-ext
ArtifactId

ArtifactId

config-example
Version

Version

2.0.0
Type

Type

war
Description

Description

Microprofile Config Extensions :: Example
A basic Example of these extensions

Download config-example 2.0.0


<!-- https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/ -->
<dependency>
    <groupId>org.microprofile-ext.config-ext</groupId>
    <artifactId>config-example</artifactId>
    <version>2.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/
implementation 'org.microprofile-ext.config-ext:config-example:2.0.0'
// https://jarcasting.com/artifacts/org.microprofile-ext.config-ext/config-example/
implementation ("org.microprofile-ext.config-ext:config-example:2.0.0")
'org.microprofile-ext.config-ext:config-example:war:2.0.0'
<dependency org="org.microprofile-ext.config-ext" name="config-example" rev="2.0.0">
  <artifact name="config-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.microprofile-ext.config-ext', module='config-example', version='2.0.0')
)
libraryDependencies += "org.microprofile-ext.config-ext" % "config-example" % "2.0.0"
[org.microprofile-ext.config-ext/config-example "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.microprofile-ext.config-ext : configsource-memory jar 2.0.0

provided (2)

Group / Artifact Type Version
org.eclipse.microprofile : microprofile pom 4.0.1
org.projectlombok : lombok jar 1.18.18

runtime (5)

Group / Artifact Type Version
org.microprofile-ext.config-ext : configsource-yaml jar 2.0.0
org.microprofile-ext.config-ext : configsource-json jar 2.0.0
org.microprofile-ext.config-ext : configsource-xml jar 2.0.0
org.microprofile-ext.config-ext : configsource-properties jar 2.0.0
org.microprofile-ext.openapi-ext : swagger-ui jar 1.0.3

test (6)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.