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


Group ID:
io.github.afsalthaj
Artifact ID:
safe-string-interpolation_2.12
Version:
2.0.5
Release Date:
Oct 25, 2019
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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