Download twirl-compiler_2.10-1.0.2.jar file - Jar t

Jar examples for t:twirl-compiler-2.10

Description

The Play framework Scala template engine, standalone and packaged as an SBT plugin

You can download jar file twirl-compiler_2.10 1.0.2 in this page.

License

Apache-2.0

Build File

You can use the following script to add twirl-compiler_2.10-1.0.2.jar to your project.

<dependency>
   <groupId>com.typesafe.play</groupId>
   <artifactId>twirl-compiler_2.10</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.typesafe.play', name: 'twirl-compiler_2.10', version: '1.0.2'
libraryDependencies += "com.typesafe.play" % "twirl-compiler_2.10" % "1.0.2"
<dependency org="com.typesafe.play" name="twirl-compiler_2.10" rev="1.0.2"/>
@Grapes(@Grab(group='com.typesafe.play', module='twirl-compiler_2.10', version='1.0.2'))
'com.typesafe.play:twirl-compiler_2.10:jar:1.0.2'

Download

Click the following link to download the jar file.

twirl-compiler_2.10-1.0.2-javadoc.jar
twirl-compiler_2.10-1.0.2-sources.jar
twirl-compiler_2.10-1.0.2.jar
twirl-compiler_2.10-1.0.2.pom



Related Tutorials