GroupId | GroupIdcom.github.andriykuba |
---|---|
ArtifactId | ArtifactIdplay-handlebars |
Version | Version2.6.3 |
Type | Typejar |
Filename | Size |
---|---|
play-handlebars-2.6.3.pom | |
play-handlebars-2.6.3.jar | 26 KB |
play-handlebars-2.6.3-sources.jar | 15 KB |
play-handlebars-2.6.3-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.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation 'com.github.andriykuba:play-handlebars:2.6.3'
// https://jarcasting.com/artifacts/com.github.andriykuba/play-handlebars/
implementation ("com.github.andriykuba:play-handlebars:2.6.3")
'com.github.andriykuba:play-handlebars:jar:2.6.3'
<dependency org="com.github.andriykuba" name="play-handlebars" rev="2.6.3">
<artifact name="play-handlebars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andriykuba', module='play-handlebars', version='2.6.3')
)
libraryDependencies += "com.github.andriykuba" % "play-handlebars" % "2.6.3"
[com.github.andriykuba/play-handlebars "2.6.3"]