carueda / tscfg   1.0.2

Apache License 2.0 GitHub

Boilerplate-free, type-safe access to configuration properties in Java and Scala

Scala versions: 3.x 2.13 2.12 2.11

tscfg 1.0.0


Group ID:
com.github.carueda
Artifact ID:
tscfg_3
Version:
1.0.0
Release Date:
Jul 31, 2022
Licenses:
Files:

libraryDependencies += "com.github.carueda" %% "tscfg" % "1.0.0"

Mill build tool

ivy"com.github.carueda::tscfg:1.0.0"

Scala CLI

//> using dep "com.github.carueda::tscfg:1.0.0"

Ammonite REPL

import $ivy.`com.github.carueda::tscfg:1.0.0`

<dependency>
  <groupId>com.github.carueda</groupId>
  <artifactId>tscfg_3</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.carueda', name: 'tscfg_3', version: '1.0.0'