| GroupId | GroupIdcom.github.andriykuba |
|---|---|
| ArtifactId | ArtifactIdplay-handlebars |
| Version | Version2.5.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| play-handlebars-2.5.8.pom | |
| play-handlebars-2.5.8.jar | 25 KB |
| play-handlebars-2.5.8-sources.jar | 15 KB |
| play-handlebars-2.5.8-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/ -->
<dependency>
<groupId>com.github.andriykuba</groupId>
<artifactId>play-handlebars</artifactId>
<version>2.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation 'com.github.andriykuba:play-handlebars:2.5.8'
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation ("com.github.andriykuba:play-handlebars:2.5.8")
'com.github.andriykuba:play-handlebars:jar:2.5.8'
<dependency org="com.github.andriykuba" name="play-handlebars" rev="2.5.8">
<artifact name="play-handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andriykuba', module='play-handlebars', version='2.5.8')
)
libraryDependencies += "com.github.andriykuba" % "play-handlebars" % "2.5.8"
[com.github.andriykuba/play-handlebars "2.5.8"]