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.1


Group ID:
io.github.afsalthaj
Artifact ID:
safe-string-interpolation_2.12
Version:
2.1.1
Release Date:
Oct 17, 2020
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>io.github.afsalthaj</groupId>
  <artifactId>safe-string-interpolation_2.12</artifactId>
  <version>2.1.1</version>
</dependency>

compile group: 'io.github.afsalthaj', name: 'safe-string-interpolation_2.12', version: '2.1.1'