c

configsource-db

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