License |
License |
---|---|
GroupId | GroupIdcom.github.andriykuba |
ArtifactId | ArtifactIdplay-handlebars |
Version | Version2.6.7 |
Type | Typejar |
Description |
DescriptionHandlebars templates for Play framework
Handlebars templates based on Java port of handlebars with special handlers for Play Framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-handlebars-2.6.7.pom | |
play-handlebars-2.6.7.jar | 22 MB |
play-handlebars-2.6.7-sources.jar | 16 KB |
play-handlebars-2.6.7-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/ -->
<dependency>
<groupId>com.github.andriykuba</groupId>
<artifactId>play-handlebars</artifactId>
<version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation 'com.github.andriykuba:play-handlebars:2.6.7'
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation ("com.github.andriykuba:play-handlebars:2.6.7")
'com.github.andriykuba:play-handlebars:jar:2.6.7'
<dependency org="com.github.andriykuba" name="play-handlebars" rev="2.6.7">
<artifact name="play-handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andriykuba', module='play-handlebars', version='2.6.7')
)
libraryDependencies += "com.github.andriykuba" % "play-handlebars" % "2.6.7"
[com.github.andriykuba/play-handlebars "2.6.7"]
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-java_2.12 | jar | 2.6.0 |
com.typesafe.play : play-cache_2.12 | jar | 2.6.0 |
com.typesafe.play : play-json_2.12 | jar | 2.6.0 |
com.typesafe.play : play-java-forms_2.12 | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
com.typesafe.play : play-test_2.12 | jar | 2.6.0 |