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