dmitraver / scala-play-thymeleaf-plugin   1.0

GitHub

Thymeleaf template engine plugin for Play(Scala) framework

Scala versions: 2.10

play-thymeleaf-plugin 1.0


Group ID:
com.github.dmitraver
Artifact ID:
play-thymeleaf-plugin_2.10
Version:
1.0
Release Date:
Apr 13, 2015
Licenses:

libraryDependencies += "com.github.dmitraver" %% "play-thymeleaf-plugin" % "1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.github.dmitraver::play-thymeleaf-plugin:1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.github.dmitraver::play-thymeleaf-plugin:1.0"

Ammonite REPL

import $ivy.`com.github.dmitraver::play-thymeleaf-plugin:1.0`
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.github.dmitraver</groupId>
  <artifactId>play-thymeleaf-plugin_2.10</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.github.dmitraver', name: 'play-thymeleaf-plugin_2.10', version: '1.0'