is not current version
Last Version 2.0.1

org.microprofile-ext.config-ext:configsource-yaml 1.0.8

A config that get the values from a yaml file

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.microprofile-ext.config-ext
ArtifactId

ArtifactId

configsource-yaml
Version

Version

1.0.8
Type

Type

jar

Download configsource-yaml 1.0.8


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