is not current version
Last Version 2.0.1

org.microprofile-ext.config-ext:configsource-db 1.0.5

A config that get the values from a datasource

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.microprofile-ext.config-ext
ArtifactId

ArtifactId

configsource-db
Version

Version

1.0.5
Type

Type

jar

Download configsource-db 1.0.5


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