t

thread-local-config-source

A simple config source for MP Config, which keeps the config in a `ThreadLocal` variable.
https://github.com/t1/thread-local-config-source
Apache License 2.0
Rüdiger zu Dohna
Files download
File Operation
thread-local-config-source-1.1.jar download
thread-local-config-source-1.1.pom download
thread-local-config-source-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.t1</groupId>
  <artifactId>thread-local-config-source</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.t1:thread-local-config-source:1.1'
Gradle Kotlin
implementation("com.github.t1:thread-local-config-source:1.1")
Scala SBT
libraryDependencies += "com.github.t1" % "thread-local-config-source" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.t1', module='thread-local-config-source', version='1.1')
)
Apache Ivy
<dependency org="com.github.t1" name="thread-local-config-source" rev="1.1" />
Leiningen
[com.github.t1/thread-local-config-source "1.1"]
Apache Buildr
'com.github.t1:thread-local-config-source:jar:1.1'