c

configsource-db

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