afsalthaj / safe-string-interpolation   2.1.3

MIT License Website GitHub

A type driven approach to string interpolation, aiming at consistent, secure, and only-human-readable logs and console outputs !

Scala versions: 2.13 2.12

safe-string-interpolation 2.1.3


Group ID:
io.github.afsalthaj
Artifact ID:
safe-string-interpolation_2.13
Version:
2.1.3
Release Date:
Jun 25, 2021
Licenses:
Files:

libraryDependencies += "io.github.afsalthaj" %% "safe-string-interpolation" % "2.1.3"

Mill build tool

ivy"io.github.afsalthaj::safe-string-interpolation:2.1.3"

Scala CLI

//> using dep "io.github.afsalthaj::safe-string-interpolation:2.1.3"

Ammonite REPL

import $ivy.`io.github.afsalthaj::safe-string-interpolation:2.1.3`

<dependency>
  <groupId>io.github.afsalthaj</groupId>
  <artifactId>safe-string-interpolation_2.13</artifactId>
  <version>2.1.3</version>
</dependency>

compile group: 'io.github.afsalthaj', name: 'safe-string-interpolation_2.13', version: '2.1.3'