sswf 0.8


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.bazaarvoice::sswf:0.8`
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.8</version>
</dependency>

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