fit51 / reactive-config   0.5.1

GitHub

A Scala configuration library with reloading functionality. Pieces of configuration are reactive variables, that compose a change propagation graph.

Scala versions: 2.13 2.12

reactive-config-examples 0.1.3


Group ID:
com.github.fit51
Artifact ID:
reactive-config-examples_2.13
Version:
0.1.3
Release Date:
Sept 15, 2021
Licenses:
Files:

libraryDependencies += "com.github.fit51" %% "reactive-config-examples" % "0.1.3"

Mill build tool

ivy"com.github.fit51::reactive-config-examples:0.1.3"

Scala CLI

//> using dep "com.github.fit51::reactive-config-examples:0.1.3"

Ammonite REPL

import $ivy.`com.github.fit51::reactive-config-examples:0.1.3`

<dependency>
  <groupId>com.github.fit51</groupId>
  <artifactId>reactive-config-examples_2.13</artifactId>
  <version>0.1.3</version>
</dependency>

compile group: 'com.github.fit51', name: 'reactive-config-examples_2.13', version: '0.1.3'