is not current version
Last Version 2.0.1

Microprofile Config Extensions 2.0.0

Some config providers and converters

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.microprofile-ext
ArtifactId

ArtifactId

config-ext
Version

Version

2.0.0
Type

Type

pom
Description

Description

Microprofile Config Extensions
Some config providers and converters
Project URL

Project URL

https://github.com/microprofile-extensions/config-ext
Source Code Management

Source Code Management

https://github.com/microprofile-extensions/config-ext

Download config-ext 2.0.0

Filename Size
config-ext-2.0.0.pom 9 KB
Browse

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

Dependencies

provided (2)

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

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

  • config-events
  • configsource-providers
  • configsource-base
  • configsource-filebase
  • configsource-memory
  • configsource-properties
  • configsource-yaml
  • configsource-json
  • configsource-xml
  • configsource-etcd
  • configsource-db
  • configsource-consul
  • configsource-typesafeconfig
  • configconverter-list
  • configconverter-json
  • config-example