matiwinnetou / play-soy-view   0.1.18

Apache License 2.0 GitHub

Google Closure templates library for Play Framework 2.3.x

Scala versions: 2.10

play-soy-view 0.1.18


Group ID:
pl.matisoft
Artifact ID:
play-soy-view_2.10
Version:
0.1.18
Release Date:
Sep 8, 2014
Licenses:

libraryDependencies += "pl.matisoft" %% "play-soy-view" % "0.1.18"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"pl.matisoft::play-soy-view:0.1.18"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "pl.matisoft::play-soy-view:0.1.18"

Ammonite REPL

import $ivy.`pl.matisoft::play-soy-view:0.1.18`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>pl.matisoft</groupId>
  <artifactId>play-soy-view_2.10</artifactId>
  <version>0.1.18</version>
</dependency>

compile group: 'pl.matisoft', name: 'play-soy-view_2.10', version: '0.1.18'