c

configsource-db

A config that get the values from a datasource
Files download
File Operation
configsource-db-3.0.0.jar download
configsource-db-3.0.0.pom download
configsource-db-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.microprofile-ext.config-ext</groupId>
  <artifactId>configsource-db</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.microprofile-ext.config-ext:configsource-db:3.0.0'
Gradle Kotlin
implementation("org.microprofile-ext.config-ext:configsource-db:3.0.0")
Scala SBT
libraryDependencies += "org.microprofile-ext.config-ext" % "configsource-db" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.microprofile-ext.config-ext', module='configsource-db', version='3.0.0')
)
Apache Ivy
<dependency org="org.microprofile-ext.config-ext" name="configsource-db" rev="3.0.0" />
Leiningen
[org.microprofile-ext.config-ext/configsource-db "3.0.0"]
Apache Buildr
'org.microprofile-ext.config-ext:configsource-db:jar:3.0.0'