johnreedlol / scala-trace-debug   4.5.0

MIT License Website GitHub

Macro based print debugging. Locates log statements in your IDE.

Scala versions: 2.11 2.10

scala-trace-debug 4.5.0


Group ID:
com.github.johnreedlol
Artifact ID:
scala-trace-debug_2.11
Version:
4.5.0
Release Date:
Feb 26, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.github.johnreedlol" %% "scala-trace-debug" % "4.5.0"

Mill build tool

ivy"com.github.johnreedlol::scala-trace-debug:4.5.0"

Scala CLI

//> using dep "com.github.johnreedlol::scala-trace-debug:4.5.0"

Ammonite REPL

import $ivy.`com.github.johnreedlol::scala-trace-debug:4.5.0`

<dependency>
  <groupId>com.github.johnreedlol</groupId>
  <artifactId>scala-trace-debug_2.11</artifactId>
  <version>4.5.0</version>
</dependency>

compile group: 'com.github.johnreedlol', name: 'scala-trace-debug_2.11', version: '4.5.0'