sswf 0.9


Group ID:
com.bazaarvoice
Artifact ID:
sswf_2.11
Version:
0.9
Release Date:
Mar 9, 2016
Licenses:

libraryDependencies += "com.bazaarvoice" %% "sswf" % "0.9"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.bazaarvoice::sswf:0.9"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.bazaarvoice::sswf:0.9"

Ammonite REPL

import $ivy.`com.bazaarvoice::sswf:0.9`
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.bazaarvoice</groupId>
  <artifactId>sswf_2.11</artifactId>
  <version>0.9</version>
</dependency>

compile group: 'com.bazaarvoice', name: 'sswf_2.11', version: '0.9'