c

configsource-json

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