is not current version
Last Version 2.0.1

org.microprofile-ext.config-ext:configsource-xml 1.0.3

A config that get the values from an xml file

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.microprofile-ext.config-ext
ArtifactId

ArtifactId

configsource-xml
Version

Version

1.0.3
Type

Type

jar

Download configsource-xml 1.0.3


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