allencellsoftware / uowlog   1.0.61

GitHub

Unit Of Work logging framework for Scala / Akka

Scala versions: 2.12 2.11

uowlog-http 1.0.52


Group ID:
org.uowlog
Artifact ID:
uowlog-http_2.12
Version:
1.0.52
Release Date:
Mar 2, 2017
Licenses:

libraryDependencies += "org.uowlog" %% "uowlog-http" % "1.0.52"
resolvers += Resolver.bintrayRepo("allencellsoftware", "uowlog")

Mill build tool

ivy"org.uowlog::uowlog-http:1.0.52"
MavenRepository("https://dl.bintray.com/allencellsoftware/uowlog")

Scala CLI

//> using dep "org.uowlog::uowlog-http:1.0.52"

Ammonite REPL

import $ivy.`org.uowlog::uowlog-http:1.0.52`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray allencellsoftware uowlog",
  "Some(https://dl.bintray.com/allencellsoftware/uowlog)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.uowlog</groupId>
  <artifactId>uowlog-http_2.12</artifactId>
  <version>1.0.52</version>
</dependency>

compile group: 'org.uowlog', name: 'uowlog-http_2.12', version: '1.0.52'