scala-automation-tstash-logger 1.11


Group ID:
com.gu
Artifact ID:
scala-automation-tstash-logger_2.10
Version:
1.11
Release Date:
Mar 16, 2015
Licenses:

libraryDependencies += "com.gu" %% "scala-automation-tstash-logger" % "1.11"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::scala-automation-tstash-logger:1.11"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::scala-automation-tstash-logger:1.11"

Ammonite REPL

import $ivy.`com.gu::scala-automation-tstash-logger:1.11`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.gu</groupId>
  <artifactId>scala-automation-tstash-logger_2.10</artifactId>
  <version>1.11</version>
</dependency>

compile group: 'com.gu', name: 'scala-automation-tstash-logger_2.10', version: '1.11'