is not current version
Last Version 2.0.1

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

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.10
Type

Type

jar

Download configsource-xml 1.0.10


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