grahamar / handy-tracing   2.1.0

GitHub

Handy classes for instrumented request tracing

Scala versions: 2.11

handy-tracing 2.1.0


Group ID:
io.grhodes.handy
Artifact ID:
handy-tracing_2.11
Version:
2.1.0
Release Date:
Jul 6, 2017
Licenses:
MIT

libraryDependencies += "io.grhodes.handy" %% "handy-tracing" % "2.1.0"
resolvers += Resolver.bintrayRepo("grahamar", "maven")

Mill build tool

ivy"io.grhodes.handy::handy-tracing:2.1.0"
MavenRepository("https://dl.bintray.com/grahamar/maven")

Scala CLI

//> using dep "io.grhodes.handy::handy-tracing:2.1.0"

Ammonite REPL

import $ivy.`io.grhodes.handy::handy-tracing:2.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray grahamar maven",
  "Some(https://dl.bintray.com/grahamar/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.grhodes.handy</groupId>
  <artifactId>handy-tracing_2.11</artifactId>
  <version>2.1.0</version>
</dependency>

compile group: 'io.grhodes.handy', name: 'handy-tracing_2.11', version: '2.1.0'